@AutoFinal @CompileStatic class Interpreter
Helper to interpret a source buffer.
| Type | Name and description | 
|---|---|
| static String | SCRIPT_FILENAME | 
| Constructor and description | 
|---|
| Interpreter
                                (ClassLoader classLoader, Binding binding, CompilerConfiguration configuration = null) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | Object | evaluate(Collection<String> buffer) | 
|  | GroovyClassLoader | getClassLoader() | 
|  | Binding | getContext() | 
|  | GroovyShell | getShell() | 
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.