Uses of Interface
org.eclipse.birt.core.script.ICompiledScript

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.
 



Copyright © 2008 Actuate Corp. All rights reserved.