Uses of Class
org.javacc.jjtree.JJTreeNode
-
Packages that use JJTreeNode Package Description org.javacc.jjtree A tree generator. -
-
Uses of JJTreeNode in org.javacc.jjtree
Subclasses of JJTreeNode in org.javacc.jjtree Modifier and Type Class Description classASTBNFclassASTBNFActionclassASTBNFAssignmentclassASTBNFChoiceclassASTBNFDeclarationclassASTBNFLookaheadclassASTBNFNodeScopeclassASTBNFNonTerminalclassASTBNFOneOrMoreclassASTBNFParenthesizedclassASTBNFSequenceclassASTBNFTryBlockclassASTBNFZeroOrMoreclassASTBNFZeroOrOneclassASTCharDescriptorclassASTCompilationUnitclassASTExpansionNodeScopeclassASTGrammarclassASTJavacodeclassASTJavacodeBodyclassASTNodeDescriptorclassASTNodeDescriptorExpressionclassASTOptionBindingclassASTOptionsclassASTPrimaryExpressionclassASTProductionclassASTProductionsclassASTREclassASTRECharListclassASTREChoiceclassASTREEOFclassASTRENamedclassASTREOneOrMoreclassASTREParenthesizedclassASTREReferenceclassASTRESequenceclassASTRESpecclassASTREStringLiteralclassASTREZeroOrMoreclassASTREZeroOrOneclassASTRRepetitionRangeclassASTTokenDeclsFields in org.javacc.jjtree declared as JJTreeNode Modifier and Type Field Description JJTreeNodeASTBNFNodeScope. expansion_unitJJTreeNodeASTExpansionNodeScope. expansion_unitMethods in org.javacc.jjtree that return JJTreeNode Modifier and Type Method Description JJTreeNodeJJTreeParser. expansion_choices(ASTProduction p)JJTreeNodeJJTreeParser. expansion_unit(ASTProduction p)Methods in org.javacc.jjtree with parameters of type JJTreeNode Modifier and Type Method Description static booleanTokenUtils. hasTokens(JJTreeNode n)
-