Uses of Interface
com.randomnoun.common.jexl.visitor.GJNoArguVisitor
Packages that use GJNoArguVisitor
-
Uses of GJNoArguVisitor in com.randomnoun.common.jexl.ast
Methods in com.randomnoun.common.jexl.ast with parameters of type GJNoArguVisitorModifier and TypeMethodDescription<R> RAdditiveExpression.accept(GJNoArguVisitor<R> v) <R> RArgumentList.accept(GJNoArguVisitor<R> v) <R> RArguments.accept(GJNoArguVisitor<R> v) <R> RBooleanLiteral.accept(GJNoArguVisitor<R> v) <R> RConditionalAndExpression.accept(GJNoArguVisitor<R> v) <R> REqualityExpression.accept(GJNoArguVisitor<R> v) <R> RExpression.accept(GJNoArguVisitor<R> v) <R> RFunctionCall.accept(GJNoArguVisitor<R> v) <R> RLiteral.accept(GJNoArguVisitor<R> v) <R> RMultiplicativeExpression.accept(GJNoArguVisitor<R> v) <R> RName.accept(GJNoArguVisitor<R> v) <R> RNode.accept(GJNoArguVisitor<R> v) <R> RNodeChoice.accept(GJNoArguVisitor<R> v) <R> RNodeList.accept(GJNoArguVisitor<R> v) <R> RNodeListInterface.accept(GJNoArguVisitor<R> v) <R> RNodeListOptional.accept(GJNoArguVisitor<R> v) <R> RNodeOptional.accept(GJNoArguVisitor<R> v) <R> RNodeSequence.accept(GJNoArguVisitor<R> v) <R> RNodeToken.accept(GJNoArguVisitor<R> v) <R> RNullLiteral.accept(GJNoArguVisitor<R> v) <R> RPrimaryExpression.accept(GJNoArguVisitor<R> v) <R> RRelationalExpression.accept(GJNoArguVisitor<R> v) <R> RTopLevelExpression.accept(GJNoArguVisitor<R> v) <R> RUnaryExpression.accept(GJNoArguVisitor<R> v) -
Uses of GJNoArguVisitor in com.randomnoun.common.jexl.visitor
Classes in com.randomnoun.common.jexl.visitor that implement GJNoArguVisitorModifier and TypeClassDescriptionclassProvides default methods which visit each node in the tree in depth-first order.