Uses of Class
jaitools.jiffle.parser.FunctionInfo.Provider

Packages that use FunctionInfo.Provider
jaitools.jiffle.parser Jiffle parser and support classes. 
 

Uses of FunctionInfo.Provider in jaitools.jiffle.parser
 

Methods in jaitools.jiffle.parser that return FunctionInfo.Provider
static FunctionInfo.Provider FunctionInfo.Provider.get(String name)
          Gets the Provider for a given provider name.
static FunctionInfo.Provider FunctionInfo.Provider.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FunctionInfo.Provider[] FunctionInfo.Provider.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in jaitools.jiffle.parser with parameters of type FunctionInfo.Provider
FunctionInfo(String jiffleName, String runtimeName, FunctionInfo.Provider provider, boolean isVolatile, String returnType, String... argTypes)
          Creates a function info object.
 



Copyright © 2009-2011. All Rights Reserved.