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> R
accept
(GJNoArguVisitor<R> v) <R,
A> R <A> void
accept
(GJVoidVisitor<A> v, A argu) void