Uses of Class
com.randomnoun.common.jexl.ast.NodeToken
Packages that use NodeToken
Package
Description
-
Uses of NodeToken in com.randomnoun.common.jexl.ast
Fields in com.randomnoun.common.jexl.ast declared as NodeTokenModifier and TypeFieldDescriptionArguments.nodeToken
FunctionCall.nodeToken
Name.nodeToken
NullLiteral.nodeToken
TopLevelExpression.nodeToken
Arguments.nodeToken1
Fields in com.randomnoun.common.jexl.ast with type parameters of type NodeTokenMethods in com.randomnoun.common.jexl.ast that return NodeTokenMethods in com.randomnoun.common.jexl.ast with parameters of type NodeTokenConstructors in com.randomnoun.common.jexl.ast with parameters of type NodeTokenModifierConstructorDescriptionArguments
(NodeToken n0, NodeOptional n1, NodeToken n2) FunctionCall
(NodeToken n0, Arguments n1) Name
(NodeToken n0, NodeListOptional n1) NullLiteral
(NodeToken n0) TopLevelExpression
(Expression n0, NodeToken n1) -
Uses of NodeToken in com.randomnoun.common.jexl.eval
Methods in com.randomnoun.common.jexl.eval with parameters of type NodeTokenModifier and TypeMethodDescriptionEvaluator.visit
(NodeToken n, EvalContext context) This is never executed (we do not evaluate tokens) -
Uses of NodeToken in com.randomnoun.common.jexl.sql
Methods in com.randomnoun.common.jexl.sql with parameters of type NodeTokenModifier and TypeMethodDescriptionSqlGenerator.visit
(NodeToken n, EvalContext context) This is never executed (we do not evaluate tokens) -
Uses of NodeToken in com.randomnoun.common.jexl.visitor
Methods in com.randomnoun.common.jexl.visitor with parameters of type NodeTokenModifier and TypeMethodDescriptionvoid
void
void
void
Dumps the current NodeToken to the output stream being used.void
Executes the commands waiting in the command queue, then inserts the proper location information into the current NodeToken.void