Groovy 2.2.0

org.codehaus.groovy.tools.shell
[Groovy] Class Interpreter

java.lang.Object
  org.codehaus.groovy.tools.shell.Interpreter

class Interpreter

Helper to interpret a source buffer.

Authors:
Jason Dillon
Version:
\$Id\$


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

SCRIPT_FILENAME

static final String SCRIPT_FILENAME


 
Constructor Detail

Interpreter

Interpreter(ClassLoader classLoader, Binding binding)


 
Method Detail

evaluate

def evaluate(List buffer)


getClassLoader

GroovyClassLoader getClassLoader()


getContext

Binding getContext()


 

Copyright © 2003-2013 The Codehaus. All rights reserved.