public class FunctionWithArgs extends Object
| Constructor and Description |
|---|
FunctionWithArgs(String function,
List<Object> args) |
| Modifier and Type | Method and Description |
|---|---|
Object |
arg(int i) |
List<Object> |
getArgs()
arguments (typically
QuotedString or more FunctionWithArgs). |
String |
getFunction() |
String |
toString() |
public String getFunction()
public List<Object> getArgs()
QuotedString or more FunctionWithArgs).
null means it is a function in a map key which expects map value to be the arguments -- specified without parentheses;
empty means parentheses already applied, with 0 args.public Object arg(int i)
Copyright © 2014. All Rights Reserved.