| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.groovy.tools.shell.Interpreter
class Interpreter extends Object
Helper to interpret a source buffer.
| Property Summary | |
|---|---|
        static String | 
        
            SCRIPT_FILENAME
             | 
        
| Constructor Summary | |
            Interpreter(ClassLoader classLoader, Binding binding)
             | 
        |
| Method Summary | |
|---|---|
            def
         | 
        
            evaluate(List buffer)
             | 
        
            GroovyClassLoader
         | 
        
            getClassLoader()
             | 
        
            Binding
         | 
        
            getContext()
             | 
        
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Property Detail | 
|---|
static final String SCRIPT_FILENAME
| Constructor Detail | 
|---|
Interpreter(ClassLoader classLoader, Binding binding)
| Method Detail | 
|---|
def evaluate(List buffer)
GroovyClassLoader getClassLoader()
Binding getContext()
Copyright © 2003-2010 The Codehaus. All rights reserved.