Uses of Class
jaitools.jiffle.parser.UndefinedFunctionException

Packages that use UndefinedFunctionException
jaitools.jiffle.parser Jiffle parser and support classes. 
 

Uses of UndefinedFunctionException in jaitools.jiffle.parser
 

Methods in jaitools.jiffle.parser that throw UndefinedFunctionException
static FunctionInfo FunctionLookup.getInfo(String jiffleName, List<String> argTypes)
          Gets the info for a function.
static String FunctionLookup.getReturnType(String jiffleName)
          Searches for a function with a script name that matches jiffleName and gets its return type.
static String FunctionLookup.getRuntimeExpr(String jiffleName, List<String> argTypes)
          Gets the runtime source for the function.
 



Copyright © 2009-2011. All Rights Reserved.