| Package | Description |
|---|---|
| com.helger.pgcc.jjdoc |
Generates BNF documentation from a grammar.
|
| com.helger.pgcc.parser |
A grammar and lexer generator.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
JJDoc.getStandardTokenProductionText(TokenProduction tp) |
void |
XTextGenerator.handleTokenProduction(TokenProduction tp) |
void |
TextGenerator.handleTokenProduction(TokenProduction tp) |
void |
IDocGenerator.handleTokenProduction(TokenProduction tp) |
void |
HTMLGenerator.handleTokenProduction(TokenProduction tp) |
void |
BNFGenerator.handleTokenProduction(TokenProduction tp) |
| Modifier and Type | Field and Description |
|---|---|
TokenProduction |
AbstractExpRegularExpression.m_tpContext
If this is a top-level regular expression (nested directly within a
TokenProduction), then this field point to that TokenProduction object.
|
| Modifier and Type | Field and Description |
|---|---|
static List<TokenProduction> |
JavaCCGlobals.s_rexprlist
The list of all TokenProductions from the input file.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
JavaCCParserInternals.addregexpr(TokenProduction p) |
void |
JavaCCParser.regexpr_kind(TokenProduction p) |
void |
JavaCCParser.regexpr_spec(TokenProduction p) |
Copyright © 2017–2019 Philip Helger. All rights reserved.