Package com.randomnoun.common.jexl.ast
Class EqualityExpression
java.lang.Object
com.randomnoun.common.jexl.ast.EqualityExpression
- All Implemented Interfaces:
Node
,Serializable
Grammar production:
relationalExpression -> RelationalExpression() nodeListOptional -> ( ( "==" | "!=" ) RelationalExpression() )*
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription -
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