Uses of Class
org.javacc.parser.TokenProduction
-
Packages that use TokenProduction Package Description org.javacc.jjdoc Generates BNF documentation from a grammar.org.javacc.parser A grammar and lexer generator. -
-
Uses of TokenProduction in org.javacc.jjdoc
Methods in org.javacc.jjdoc with parameters of type TokenProduction Modifier and Type Method Description static java.lang.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 TokenProduction Modifier and Type Method Description private static voidJJDoc. emitTokenProductions(Generator gen, java.util.List<TokenProduction> prods, JJDocContext context) -
Uses of TokenProduction in org.javacc.parser
Fields in org.javacc.parser declared as TokenProduction Modifier and Type Field Description TokenProductionRegularExpression. 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 TokenProduction Modifier and Type Field Description private java.util.Hashtable<java.lang.String,java.util.List<TokenProduction>>LexGen. allTpsForStatejava.util.List<TokenProduction>JavaCCGlobals. rexprlistThe list of all TokenProductions from the input file.Methods in org.javacc.parser with parameters of type TokenProduction Modifier and Type Method Description protected voidJavaCCParserInternals. addregexpr(TokenProduction p)voidJavaCCParser. regexpr_kind(TokenProduction p)voidJavaCCParser. regexpr_spec(TokenProduction p)
-