|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.functions.Function
org.millscript.millscript.functions.JMethod
org.millscript.millscript.functions.InstanceReturnFunction
public final class InstanceReturnFunction
This class implements a function to acces a java instance method which returns a single value.
| Constructor Summary | |
|---|---|
InstanceReturnFunction(java.lang.reflect.Method m)
Constructs a new InstanceReturnFunction 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 |
|---|
public InstanceReturnFunction(java.lang.reflect.Method m)
InstanceReturnFunction for the specified
Java method.
m - the Java method to invoke
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||