| Constructor and Description |
|---|
Closure(CommandSessionImpl session,
Closure parent,
CharSequence source) |
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(Token t) |
Object |
execute(CommandSession x,
List<Object> values)
Execute this function and return the result.
|
Object |
executeStatement(List<Token> statement) |
Object |
get(String name) |
Object |
put(String key,
Object value) |
CommandSessionImpl |
session() |
String |
toString() |
public static final String LOCATION
public Closure(CommandSessionImpl session, Closure parent, CharSequence source) throws Exception
Exceptionpublic CommandSessionImpl session()
public Object execute(CommandSession x, List<Object> values) throws Exception
Functionpublic Object executeStatement(List<Token> statement) throws Exception
ExceptionCopyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.