Uses of Class
koala.dynamicjava.interpreter.context.NoSuchFunctionException

Packages that use NoSuchFunctionException
koala.dynamicjava.interpreter.context Provides the classes that hold the context of execution. 
 

Uses of NoSuchFunctionException in koala.dynamicjava.interpreter.context
 

Methods in koala.dynamicjava.interpreter.context that throw NoSuchFunctionException
 MethodDeclaration GlobalContext.lookupFunction(java.lang.String mname, java.lang.Class[] params)
          Looks for a function
 MethodDeclaration Context.lookupFunction(java.lang.String mname, java.lang.Class[] params)
          Looks for a function
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.