Uses of Class
org.millscript.millscript.vm.FunctionCall

Packages that use FunctionCall
org.millscript.millscript.vm   
 

Uses of FunctionCall in org.millscript.millscript.vm
 

Methods in org.millscript.millscript.vm that return FunctionCall
 FunctionCall Engine.newFunctionCall()
          Returns a new function call object for this engine.
 FunctionCall Engine.newFunctionCall(Function f)
          Returns a new function call object, to invoke the specified functoin on this engine.
 FunctionCall Engine.newFunctionCall(Package p, java.lang.String sym)
          Returns a new function call object, to invoke the specified functoin on this engine.
 



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