Uses of Interface
org.javacc.jjtree.Node
-
Packages that use Node Package Description org.javacc.jjtree A tree generator. -
-
Uses of Node in org.javacc.jjtree
Fields in org.javacc.jjtree declared as Node Modifier and Type Field Description protected Node[]SimpleNode. childrenprotected NodeSimpleNode. parentFields in org.javacc.jjtree with type parameters of type Node Modifier and Type Field Description private java.util.List<Node>JJTJJTreeParserState. nodesMethods in org.javacc.jjtree that return Node Modifier and Type Method Description NodeASTBNFAction. getScopingParent(NodeScope ns)NodeNode. jjtGetChild(int i)This method returns a child node.NodeSimpleNode. jjtGetChild(int i)NodeNode. jjtGetParent()NodeSimpleNode. jjtGetParent()NodeJJTJJTreeParserState. peekNode()NodeJJTJJTreeParserState. popNode()NodeJJTJJTreeParserState. rootNode()Methods in org.javacc.jjtree with parameters of type Node Modifier and Type Method Description voidJJTJJTreeParserState. clearNodeScope(Node n)voidJJTJJTreeParserState. closeNodeScope(Node n, boolean condition)voidJJTJJTreeParserState. closeNodeScope(Node n, int num)static NodeScopeNodeScope. getEnclosingNodeScope(Node node)voidJJTreeNode. jjtAddChild(Node n, int i)voidNode. jjtAddChild(Node n, int i)This method tells the node to add its argument to the node's list of children.voidSimpleNode. jjtAddChild(Node n, int i)(package private) voidJJTreeParser. jjtreeCloseNodeScope(Node n)(package private) voidJJTreeParser. jjtreeOpenNodeScope(Node n)voidNode. jjtSetParent(Node n)This pair of methods are used to inform the node of its parent.voidSimpleNode. jjtSetParent(Node n)voidJJTJJTreeParserState. openNodeScope(Node n)voidJJTJJTreeParserState. pushNode(Node n)
-