org.millscript.millscript.functions
Class InstanceVoidFunction

java.lang.Object
  extended by org.millscript.millscript.functions.Function
      extended by org.millscript.millscript.functions.JMethod
          extended by org.millscript.millscript.functions.InstanceVoidFunction

public final class InstanceVoidFunction
extends JMethod

This class implements a function to acces a java instance method which does not return a value.


Constructor Summary
InstanceVoidFunction(java.lang.reflect.Method m)
          Constructs a new InstanceVoidFunction for the specified Java method.
 
Method Summary
 
Methods inherited from class org.millscript.millscript.functions.JMethod
apply, make
 
Methods inherited from class org.millscript.millscript.functions.Function
applyUpdater, checkNargs, checkNargsGT, checkUNargs, getName, modName, reportNargsError, reportNargsGTError, setName, toString, tryClone
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstanceVoidFunction

public InstanceVoidFunction(java.lang.reflect.Method m)
Constructs a new InstanceVoidFunction for the specified Java method.

Parameters:
m - the Java method to invoke


Copyright © 2001-2007 Open World Ltd. All Rights Reserved.