Package com.randomnoun.common.jexl.ast
Class Expression
java.lang.Object
com.randomnoun.common.jexl.ast.Expression
- All Implemented Interfaces:
Node,Serializable
Grammar production:
conditionalAndExpression -> ConditionalAndExpression() nodeListOptional -> ( "||" ConditionalAndExpression() )*
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(GJNoArguVisitor<R> v) <R,A> R <A> voidaccept(GJVoidVisitor<A> v, A argu) void