| Package | Description |
|---|---|
| com.helger.pgcc.jjdoc |
Generates BNF documentation from a grammar.
|
| com.helger.pgcc.parser |
A grammar and lexer generator.
|
| com.helger.pgcc.parser.exp |
| Modifier and Type | Method and Description |
|---|---|
static String |
JJDoc.getStandardTokenProductionText(TokenProduction tp) |
static String |
JJDoc.getStandardTokenProductionText(TokenProduction tp) |
void |
BNFGenerator.handleTokenProduction(TokenProduction tp) |
void |
HTMLGenerator.handleTokenProduction(TokenProduction tp) |
void |
IDocGenerator.handleTokenProduction(TokenProduction tp) |
void |
TextGenerator.handleTokenProduction(TokenProduction tp) |
void |
XTextGenerator.handleTokenProduction(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 |
|---|---|
static List<TokenProduction> |
JavaCCGlobals.REXPR_LIST
The list of all TokenProductions from the input file.
|
static List<TokenProduction> |
JavaCCGlobals.REXPR_LIST
The list of all TokenProductions from the input file.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
JavaCCParserInternals.addregexpr(TokenProduction p) |
protected static void |
JavaCCParserInternals.addregexpr(TokenProduction p) |
void |
JavaCCParser.regexpr_kind(TokenProduction p) |
void |
JavaCCParser.regexpr_kind(TokenProduction p) |
void |
JavaCCParser.regexpr_spec(TokenProduction p) |
void |
JavaCCParser.regexpr_spec(TokenProduction p) |
| 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.
|
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.
|
Copyright © 2017–2022 Philip Helger. All rights reserved.