Uses of Interface
org.eclipse.birt.core.script.ICompiledScript
-
Packages that use ICompiledScript Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description java.lang.Object
IScriptEngine. evaluate(ScriptContext scriptContext, ICompiledScript script)
Evaluates a compiled script.java.lang.Object
ScriptContext. evaluate(ICompiledScript script)
-