protected class ScriptingEnvironment.EvaluateIntervalRunnable extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
int |
count
Incremented each time this runnable is added to the queue.
|
boolean |
error |
protected Interpreter |
interpreter |
protected String |
script |
Constructor and Description |
---|
EvaluateIntervalRunnable(String s,
Interpreter interp) |
public int count
public boolean error
protected Interpreter interpreter
protected String script
public EvaluateIntervalRunnable(String s, Interpreter interp)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.