Package com.randomnoun.common.jexl.ast
Class ArgumentList
java.lang.Object
com.randomnoun.common.jexl.ast.ArgumentList
- All Implemented Interfaces:
Node,Serializable
Grammar production:
expression -> Expression() nodeListOptional -> ( "," Expression() )*
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(GJNoArguVisitor<R> v) <R,A> R <A> voidaccept(GJVoidVisitor<A> v, A argu) void