Package | Description |
---|---|
antlr |
Modifier and Type | Field and Description |
---|---|
protected SynPredBlock |
Alternative.synPred |
Modifier and Type | Method and Description |
---|---|
protected void |
DiagnosticCodeGenerator.genSynPred(SynPredBlock blk)
Generate the syntactic predicate.
|
protected void |
DocBookCodeGenerator.genSynPred(SynPredBlock blk)
Generate the syntactic predicate.
|
protected void |
HTMLCodeGenerator.genSynPred(SynPredBlock blk)
Generate the syntactic predicate.
|
protected void |
CSharpCodeGenerator.genSynPred(SynPredBlock blk,
java.lang.String lookaheadExpr) |
protected void |
PythonCodeGenerator.genSynPred(SynPredBlock blk,
java.lang.String lookaheadExpr) |
protected void |
CppCodeGenerator.genSynPred(SynPredBlock blk,
java.lang.String lookaheadExpr) |
protected void |
JavaCodeGenerator.genSynPred(SynPredBlock blk,
java.lang.String lookaheadExpr) |
Lookahead |
LLkAnalyzer.look(int k,
SynPredBlock blk)
The lookahead of a (...)=> block is the lookahead of
what follows the block.
|
Lookahead |
LLkGrammarAnalyzer.look(int k,
SynPredBlock blk) |