Package | Description |
---|---|
antlr |
Modifier and Type | Method and Description |
---|---|
Alternative |
BlockContext.currentAlt() |
Alternative |
AlternativeBlock.getAlternativeAt(int i) |
Modifier and Type | Method and Description |
---|---|
void |
AlternativeBlock.addAlternative(Alternative alt) |
protected boolean |
LLkAnalyzer.altUsesWildcardDefault(Alternative alt)
Return true if someone used the '.' wildcard default idiom.
|
protected void |
DocBookCodeGenerator.genAlt(Alternative alt) |
protected void |
DiagnosticCodeGenerator.genAlt(Alternative alt) |
protected void |
HTMLCodeGenerator.genAlt(Alternative alt) |
protected void |
CSharpCodeGenerator.genAlt(Alternative alt,
AlternativeBlock blk)
Generate an alternative.
|
protected void |
JavaCodeGenerator.genAlt(Alternative alt,
AlternativeBlock blk)
Generate an alternative.
|
protected void |
CppCodeGenerator.genAlt(Alternative alt,
AlternativeBlock blk)
Generate an alternative.
|
protected void |
PythonCodeGenerator.genAlt(Alternative alt,
AlternativeBlock blk)
Generate an alternative.
|
protected void |
DocBookCodeGenerator.genLookaheadSetForAlt(Alternative alt)
Generate the lookahead set for an alternate.
|
protected void |
DiagnosticCodeGenerator.genLookaheadSetForAlt(Alternative alt)
Generate the lookahead set for an alternate.
|
protected void |
HTMLCodeGenerator.genLookaheadSetForAlt(Alternative alt)
Generate the lookahead set for an alternate.
|
protected String |
CSharpCodeGenerator.getLookaheadTestExpression(Alternative alt,
int maxDepth)
Generate a lookahead test expression for an alternate.
|
protected String |
JavaCodeGenerator.getLookaheadTestExpression(Alternative alt,
int maxDepth)
Generate a lookahead test expression for an alternate.
|
protected String |
CppCodeGenerator.getLookaheadTestExpression(Alternative alt,
int maxDepth)
Generate a lookahead test expression for an alternate.
|
protected String |
PythonCodeGenerator.getLookaheadTestExpression(Alternative alt,
int maxDepth)
Generate a lookahead test expression for an alternate.
|
protected boolean |
CSharpCodeGenerator.lookaheadIsEmpty(Alternative alt,
int maxDepth)
Is the lookahead for this alt empty?
|
protected boolean |
JavaCodeGenerator.lookaheadIsEmpty(Alternative alt,
int maxDepth)
Is the lookahead for this alt empty?
|
protected boolean |
CppCodeGenerator.lookaheadIsEmpty(Alternative alt,
int maxDepth)
Is the lookahead for this alt empty?
|
protected boolean |
PythonCodeGenerator.lookaheadIsEmpty(Alternative alt,
int maxDepth)
Is the lookahead for this alt empty?
|