org.codehaus.groovy.tools.shell
Class Interpreter
java.lang.Object
org.codehaus.groovy.tools.shell.Interpreter
class Interpreter
extends Object
Helper to interpret a source buffer.
- version:
- $Id: Interpreter.groovy 15932 2009-04-08 03:51:03Z user57 $
- author:
- Jason Dillon
Methods inherited from class Object
|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
SCRIPT_FILENAME
static final String SCRIPT_FILENAME
-
Interpreter
public Interpreter(ClassLoader classLoader, Binding binding)
-
evaluate
public def evaluate(List buffer)
-
getClassLoader
GroovyClassLoader getClassLoader()
-
getContext
Binding getContext()
-
Copyright © 2003-2009 The Codehaus. All rights reserved.