Uses of Class
org.javacc.jjtree.NodeScope
-
Packages that use NodeScope Package Description org.javacc.jjtree A tree generator. -
-
Uses of NodeScope in org.javacc.jjtree
Fields in org.javacc.jjtree declared as NodeScope Modifier and Type Field Description NodeScopeASTBNFDeclaration. node_scopeNodeScopeASTBNFNodeScope. node_scopeNodeScopeASTExpansionNodeScope. node_scopeNodeScopeASTJavacodeBody. node_scopeFields in org.javacc.jjtree with type parameters of type NodeScope Modifier and Type Field Description private java.util.Hashtable<NodeScope,java.lang.Integer>ASTProduction. scopesMethods in org.javacc.jjtree that return NodeScope Modifier and Type Method Description static NodeScopeNodeScope. getEnclosingNodeScope(Node node)Methods in org.javacc.jjtree with parameters of type NodeScope Modifier and Type Method Description (package private) intASTProduction. getNodeScopeNumber(NodeScope s)NodeASTBNFAction. getScopingParent(NodeScope ns)
-