|
Groovy 2.1.0-rc-3 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.tools.shell.Interpreter
class Interpreter
Helper to interpret a source buffer.
Property Summary | |
---|---|
static String |
SCRIPT_FILENAME
|
Constructor Summary | |
Interpreter(ClassLoader classLoader, groovy.lang.Binding binding)
|
Method Summary | |
---|---|
def
|
evaluate(List buffer)
|
groovy.lang.GroovyClassLoader
|
getClassLoader()
|
groovy.lang.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, groovy.lang.Binding binding)
Method Detail |
---|
def evaluate(List buffer)
groovy.lang.GroovyClassLoader getClassLoader()
groovy.lang.Binding getContext()
Copyright © 2003-2013 The Codehaus. All rights reserved.