Package com.randomnoun.common.jexl.ast
Interface Node
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
NodeListInterface
- All Known Implementing Classes:
AdditiveExpression,ArgumentList,Arguments,BooleanLiteral,ConditionalAndExpression,EqualityExpression,Expression,FunctionCall,Literal,MultiplicativeExpression,Name,NodeChoice,NodeList,NodeListOptional,NodeOptional,NodeSequence,NodeToken,NullLiteral,PrimaryExpression,RelationalExpression,TopLevelExpression,UnaryExpression
The interface which all syntax tree classes must implement.
-
Method Summary
Modifier and TypeMethodDescription<R> Raccept(GJNoArguVisitor<R> v) <R,A> R <A> voidaccept(GJVoidVisitor<A> v, A argu) void
-
Method Details
-
accept
-
accept
-
accept
-
accept
-