Uses of Class
jaitools.jiffle.Jiffle.RuntimeModel

Packages that use Jiffle.RuntimeModel
jaitools.jiffle Jiffle scripting language. 
jaitools.jiffle.parser Jiffle parser and support classes. 
 

Uses of Jiffle.RuntimeModel in jaitools.jiffle
 

Methods in jaitools.jiffle that return Jiffle.RuntimeModel
static Jiffle.RuntimeModel Jiffle.RuntimeModel.get(Class<? extends JiffleRuntime> clazz)
          Gets the matching constant for the given runtime class.
static Jiffle.RuntimeModel Jiffle.RuntimeModel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Jiffle.RuntimeModel[] Jiffle.RuntimeModel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jaitools.jiffle with parameters of type Jiffle.RuntimeModel
 JiffleRuntime Jiffle.getRuntimeInstance(Jiffle.RuntimeModel model)
          Creates a runtime object based using the class specified by model.
 String Jiffle.getRuntimeSource(Jiffle.RuntimeModel model, boolean scriptInDocs)
          Gets a copy of the Java source for the runtime class.
 

Uses of Jiffle.RuntimeModel in jaitools.jiffle.parser
 

Fields in jaitools.jiffle.parser declared as Jiffle.RuntimeModel
protected  Jiffle.RuntimeModel AbstractSourceGenerator.model
          The runtime model to generate source for.
 

Methods in jaitools.jiffle.parser with parameters of type Jiffle.RuntimeModel
 void SourceGenerator.setRuntimeModel(Jiffle.RuntimeModel model)
          Sets the runtime model.
 void AbstractSourceGenerator.setRuntimeModel(Jiffle.RuntimeModel model)
          Sets the runtime model.
 



Copyright © 2009-2011. All Rights Reserved.