protected class ScriptingEnvironment.EvaluateRunnable
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
protected Interpreter |
interpreter |
protected java.lang.String |
script |
| Constructor and Description |
|---|
ScriptingEnvironment.EvaluateRunnable(java.lang.String s,
Interpreter interp) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
protected Interpreter interpreter
protected java.lang.String script
public ScriptingEnvironment.EvaluateRunnable(java.lang.String s,
Interpreter interp)
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.