Uses of Interface
org.apache.commons.jexl3.parser.Node
Packages that use Node
-
Uses of Node in org.apache.commons.jexl3.parser
Classes in org.apache.commons.jexl3.parser that implement NodeModifier and TypeClassDescriptionclass
final class
class
class
class
Annotation.class
class
final class
An array literal.class
class
class
class
class
class
Declares a block.class
class
class
class
class
class
class
class
class
class
class
class
class
class
Declares a for each loop.class
class
class
class
class
class
Identifiers, variables, ie symbols.class
Identifiers, variables and registers.class
x.`expr`.class
x?.identifier .class
x?.`expr` .class
class
final class
Lambda (function).class
Enhanced script to allow parameters declaration.final class
class
class
class
final class
class
class
class
class
Namespace : identifier.class
class
class
class
class
class
class
final class
class
class
Identifiers, variables, ie symbols.class
class
final class
final class
class
class
class
class
final class
class
class
class
class
class
class
class
class
class
class
class
class
final class
class
class
class
class
class
class
class
Declares a local variable.class
class
Base class for AST nodes behaving as lexical units.class
Base class for parser nodes - holds an 'image' of the token for later use.class
A class originally generated by JJTree with the following JavaCCOptions: MULTI=true,NODE_USES_PARSER=true,VISITOR=true,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY= Works around issue https://javacc.dev.java.net/issues/show_bug.cgi?id=227 As soon as this issue if fixed and the maven plugin uses the correct version of Javacc, this class can go away.Fields in org.apache.commons.jexl3.parser with type parameters of type NodeMethods in org.apache.commons.jexl3.parser that return NodeModifier and TypeMethodDescriptionNode.jjtGetChild
(int i) This method returns a child node.Node.jjtGetParent()
JJTParserState.peekNode()
JJTParserState.popNode()
JJTParserState.rootNode()
Methods in org.apache.commons.jexl3.parser with parameters of type NodeModifier and TypeMethodDescriptionvoid
JJTParserState.clearNodeScope
(Node n) void
JJTParserState.closeNodeScope
(Node n, boolean condition) void
JJTParserState.closeNodeScope
(Node n, int num) void
Node.jjtAddChild
(Node n, int i) This method tells the node to add its argument to the node's list of children.void
SimpleNode.jjtAddChild
(Node n, int i) Adds a child node.void
Node.jjtSetParent
(Node n) This pair of methods are used to inform the node of its parent.void
SimpleNode.jjtSetParent
(Node n) Sets this node's parent.void
JJTParserState.openNodeScope
(Node n) void