Package | Description |
---|---|
org.antlr.v4.runtime.atn | |
org.antlr.v4.runtime.dfa |
Modifier and Type | Class and Description |
---|---|
static class |
SemanticContext.AND |
static class |
SemanticContext.OR |
static class |
SemanticContext.Predicate |
Modifier and Type | Field and Description |
---|---|
static SemanticContext |
SemanticContext.NONE |
SemanticContext[] |
SemanticContext.AND.opnds |
SemanticContext[] |
SemanticContext.OR.opnds |
SemanticContext |
SemanticContext.parent |
SemanticContext |
ATNConfig.semanticContext |
Modifier and Type | Method and Description |
---|---|
static SemanticContext |
SemanticContext.and(SemanticContext a,
SemanticContext b) |
protected SemanticContext[] |
ParserATNSimulator.getPredsForAmbigAlts(BitSet ambigAlts,
ATNConfigSet configs,
int nalts) |
static SemanticContext |
SemanticContext.or(SemanticContext a,
SemanticContext b) |
Modifier and Type | Method and Description |
---|---|
List<SemanticContext> |
ATNConfigSet.getPredicates() |
Modifier and Type | Method and Description |
---|---|
static SemanticContext |
SemanticContext.and(SemanticContext a,
SemanticContext b) |
protected DFAState.PredPrediction[] |
ParserATNSimulator.getPredicatePredictions(BitSet ambigAlts,
SemanticContext[] altToPred) |
static SemanticContext |
SemanticContext.or(SemanticContext a,
SemanticContext b) |
Constructor and Description |
---|
ATNConfig(ATNConfig c,
ATNState state,
PredictionContext context,
SemanticContext semanticContext) |
ATNConfig(ATNConfig c,
ATNState state,
SemanticContext semanticContext) |
ATNConfig(ATNConfig c,
SemanticContext semanticContext) |
ATNConfig(ATNState state,
int alt,
PredictionContext context,
SemanticContext semanticContext) |
SemanticContext.AND(SemanticContext a,
SemanticContext b) |
SemanticContext.OR(SemanticContext a,
SemanticContext b) |
Modifier and Type | Field and Description |
---|---|
SemanticContext |
DFAState.PredPrediction.pred |
Constructor and Description |
---|
DFAState.PredPrediction(SemanticContext pred,
int alt) |
Copyright © 1992-2013 ANTLR. All Rights Reserved.