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 Params | Return Type | Name and description |
---|---|---|
|
def |
evaluate(Collection<String> buffer) |
|
GroovyClassLoader |
getClassLoader() |
|
Binding |
getContext() |
Copyright © 2003-2018 The Apache Software Foundation. All rights reserved.