Uses of Class
org.javacc.parser.TokenProduction
Packages that use TokenProduction
Package
Description
Generates BNF documentation from a grammar.
A grammar and lexer generator.
-
Uses of TokenProduction in org.javacc.jjdoc
Methods in org.javacc.jjdoc with parameters of type TokenProductionModifier and TypeMethodDescriptionstatic StringJJDoc.getStandardTokenProductionText(TokenProduction tp, JJDocContext context) voidBNFGenerator.handleTokenProduction(TokenProduction tp) voidGenerator.handleTokenProduction(TokenProduction tp) voidHTMLGenerator.handleTokenProduction(TokenProduction tp) voidJCCGenerator.handleTokenProduction(TokenProduction tp) voidTextGenerator.handleTokenProduction(TokenProduction tp) voidXTextGenerator.handleTokenProduction(TokenProduction tp) Method parameters in org.javacc.jjdoc with type arguments of type TokenProductionModifier and TypeMethodDescriptionprivate static voidJJDoc.emitTokenProductions(Generator gen, List<TokenProduction> prods, JJDocContext context) -
Uses of TokenProduction in org.javacc.parser
Fields in org.javacc.parser declared as TokenProductionModifier and TypeFieldDescriptionRegularExpression.tpContextIf this is a top-level regular expression (nested directly within a TokenProduction), then this field point to that TokenProduction object.Fields in org.javacc.parser with type parameters of type TokenProductionModifier and TypeFieldDescriptionprivate Hashtable<String, List<TokenProduction>> LexGen.allTpsForStatefinal List<TokenProduction> JavaCCGlobals.rexprlistThe list of all TokenProductions from the input file.Methods in org.javacc.parser with parameters of type TokenProductionModifier and TypeMethodDescriptionprotected voidJavaCCParserInternals.addregexpr(TokenProduction p) final voidJavaCCParser.regexpr_kind(TokenProduction p) final voidJavaCCParser.regexpr_spec(TokenProduction p)