class Interpreter
Helper to interpret a source buffer.
| Type | Name and description | 
|---|---|
static String  | 
                            SCRIPT_FILENAME | 
                        
| Constructor and description | 
|---|
                                Interpreter
                                (ClassLoader classLoader, Binding binding) | 
                        
| Type | Name and description | 
|---|---|
def | 
                            evaluate(Collection<String> buffer) | 
                        
GroovyClassLoader | 
                            getClassLoader() | 
                        
Binding | 
                            getContext() | 
                        
Copyright © 2003-2016 The Apache Software Foundation. All rights reserved.