Uses of Class
org.javacc.jjtree.ASTProduction
-
Packages that use ASTProduction Package Description org.javacc.jjtree A tree generator. -
-
Uses of ASTProduction in org.javacc.jjtree
Subclasses of ASTProduction in org.javacc.jjtree Modifier and Type Class Description classASTBNFclassASTJavacodeFields in org.javacc.jjtree declared as ASTProduction Modifier and Type Field Description ASTProductionNodeScope. productionFields in org.javacc.jjtree with type parameters of type ASTProduction Modifier and Type Field Description static java.util.Map<java.lang.String,ASTProduction>JJTreeGlobals. productionsThis is mapping from production names to ASTProduction objects.Methods in org.javacc.jjtree with parameters of type ASTProduction Modifier and Type Method Description voidJJTreeParser. expansion(ASTProduction p)JJTreeNodeJJTreeParser. expansion_choices(ASTProduction p)JJTreeNodeJJTreeParser. expansion_unit(ASTProduction p)voidJJTreeParser. local_lookahead(ASTProduction p)Constructors in org.javacc.jjtree with parameters of type ASTProduction Constructor Description NodeScope(ASTProduction p, ASTNodeDescriptor n, JJTreeContext context)
-