A Caching implementation of the GroovyEngine
| Fields inherited from class | Fields | 
|---|---|
| class GroovyEngine | shell | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | Object | eval(String source, int lineNo, int columnNo, Object script)Evaluate an expression. | 
|  | void | exec(String source, int lineNo, int columnNo, Object script)Execute a script. | 
|  | 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.