Package com.randomnoun.common.jexl.ast
Class PrimaryExpression
java.lang.Object
com.randomnoun.common.jexl.ast.PrimaryExpression
- All Implemented Interfaces:
Node,Serializable
Grammar production:
nodeChoice -> FunctionCall()
| Name()
| Literal()
| "(" 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