|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICompiledScript | |
|---|---|
| org.eclipse.birt.core.script | Provides Java Script support to BIRT. |
| Uses of ICompiledScript in org.eclipse.birt.core.script |
|---|
| Methods in org.eclipse.birt.core.script that return ICompiledScript | |
|---|---|
ICompiledScript |
IScriptEngine.compile(ScriptContext scriptContext,
java.lang.String fileName,
int lineNumber,
java.lang.String script)
Compiles the script for later execution. |
ICompiledScript |
ScriptContext.compile(java.lang.String language,
java.lang.String fileName,
int lineNo,
java.lang.String script)
|
| Methods in org.eclipse.birt.core.script with parameters of type ICompiledScript | |
|---|---|
java.lang.Object |
ScriptContext.evaluate(ICompiledScript script)
|
java.lang.Object |
IScriptEngine.evaluate(ScriptContext scriptContext,
ICompiledScript script)
Evaluates a compiled script. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||