public class CachingGroovyEngine extends GroovyEngine
A Caching implementation of the GroovyEngine
Fields inherited from class | Fields |
---|---|
class GroovyEngine |
shell |
Type Params | Return Type | Name and description |
---|---|---|
|
public Object |
eval(String source, int lineNo, int columnNo, Object script) Evaluate an expression. |
|
public void |
exec(String source, int lineNo, int columnNo, Object script) Execute a script. |
|
public void |
initialize(BSFManager mgr, String lang, Vector declaredBeans) Initialize the engine. |
Methods inherited from class | Name |
---|---|
class GroovyEngine |
apply, call, declareBean, eval, exec, getEvalShell, initialize, undeclareBean |
Initialize the engine.