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