org.millscript.millscript.functions
Class InstanceReturnFunction

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

public final class InstanceReturnFunction
extends JMethod

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

InstanceReturnFunction

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

Parameters:
m - the Java method to invoke


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