Package com.randomnoun.common.jexl.ast
Class RelationalExpression
java.lang.Object
com.randomnoun.common.jexl.ast.RelationalExpression
- All Implemented Interfaces:
Node
,Serializable
Grammar production:
additiveExpression -> AdditiveExpression() nodeListOptional -> ( ( "<" | ">" | "<=" | ">=" ) AdditiveExpression() )*
- 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