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
Exception
public CommandSessionImpl session()
public Object execute(CommandSession x, List<Object> values) throws Exception
Function
public Object executeStatement(List<Token> statement) throws Exception
Exception
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.