|
TeaEngine 0.7.0 Java Script API | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectjavax.script.CompiledScript
com.pdmfc.tea.engine.TeaCompiledScript
public class TeaCompiledScript
| Constructor Summary | |
|---|---|
TeaCompiledScript(TeaScriptEngine engine,
com.pdmfc.tea.compiler.SCode code)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
eval(javax.script.ScriptContext scriptContext)
Initialization of the Tea runtime environment is only performed when this method is 1st called for one engine. |
javax.script.ScriptEngine |
getEngine()
|
| Methods inherited from class javax.script.CompiledScript |
|---|
eval, eval |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TeaCompiledScript(TeaScriptEngine engine,
com.pdmfc.tea.compiler.SCode code)
| Method Detail |
|---|
public javax.script.ScriptEngine getEngine()
getEngine in class javax.script.CompiledScript
public java.lang.Object eval(javax.script.ScriptContext scriptContext)
throws javax.script.ScriptException
eval in class javax.script.CompiledScriptjavax.script.ScriptException
|
TeaEngine 0.7.0 Java Script API | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||