Uses of Class
org.javacc.jjtree.ASTProduction
Packages that use ASTProduction
-
Uses of ASTProduction in org.javacc.jjtree
Subclasses of ASTProduction in org.javacc.jjtreeFields in org.javacc.jjtree declared as ASTProductionFields in org.javacc.jjtree with type parameters of type ASTProductionModifier and TypeFieldDescriptionstatic Map<String, ASTProduction> JJTreeGlobals.productionsThis is mapping from production names to ASTProduction objects.Methods in org.javacc.jjtree with parameters of type ASTProductionModifier and TypeMethodDescriptionfinal voidJJTreeParser.expansion(ASTProduction p) final JJTreeNodeJJTreeParser.expansion_choices(ASTProduction p) final JJTreeNodeJJTreeParser.expansion_unit(ASTProduction p) final voidJJTreeParser.local_lookahead(ASTProduction p) Constructors in org.javacc.jjtree with parameters of type ASTProductionModifierConstructorDescriptionNodeScope(ASTProduction p, ASTNodeDescriptor n, JJTreeContext context)