|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JiffleException | |
|---|---|
| jaitools.jiffle | Jiffle scripting language. |
| jaitools.jiffle.parser | Jiffle parser and support classes. |
| jaitools.jiffle.runtime | Jiffle runtime classes. |
| Uses of JiffleException in jaitools.jiffle |
|---|
| Methods in jaitools.jiffle that throw JiffleException | ||
|---|---|---|
void |
Jiffle.compile()
Compiles the script into Java source for the runtime class. |
|
JiffleDirectRuntime |
JiffleBuilder.getRuntime()
Creates a runtime object for the currently set script and images. |
|
JiffleDirectRuntime |
Jiffle.getRuntimeInstance()
Creates an instance of the default runtime class. |
|
|
Jiffle.getRuntimeInstance(Class<T> baseClass)
Gets the runtime object for this script. |
|
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. |
|
JiffleBuilder |
JiffleBuilder.run()
Runs the script. |
|
JiffleBuilder |
JiffleBuilder.script(File scriptFile)
Reads the script from scriptFile. |
|
void |
Jiffle.setScript(File scriptFile)
Sets the script. |
|
void |
Jiffle.setScript(String script)
Sets the script. |
|
| Constructors in jaitools.jiffle that throw JiffleException | |
|---|---|
Jiffle(File scriptFile,
Map<String,Jiffle.ImageRole> params)
Creates a new instance by compiling the script read from scriptFile. |
|
Jiffle(String script,
Map<String,Jiffle.ImageRole> params)
Creates a new instance by compiling the provided script. |
|
| Uses of JiffleException in jaitools.jiffle.parser |
|---|
| Methods in jaitools.jiffle.parser that throw JiffleException | |
|---|---|
String |
SourceGenerator.getSource()
Returns the source for the runtime class. |
String |
AbstractSourceGenerator.getSource()
Returns the source for the runtime class. |
| Uses of JiffleException in jaitools.jiffle.runtime |
|---|
| Methods in jaitools.jiffle.runtime that throw JiffleException | |
|---|---|
JiffleExecutorResult |
JiffleExecutorTask.call()
Called by the system to execute this task on a thread provided by the JiffleExecutor. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||