Package | Description |
---|---|
org.antlr.v4.runtime.atn |
Modifier and Type | Class and Description |
---|---|
class |
EmptyPredictionContext |
Modifier and Type | Method and Description |
---|---|
static SingletonPredictionContext |
SingletonPredictionContext.create(PredictionContext parent,
int returnState) |
Modifier and Type | Method and Description |
---|---|
static PredictionContext |
PredictionContext.mergeRoot(SingletonPredictionContext a,
SingletonPredictionContext b,
boolean rootIsWildcard)
|
static PredictionContext |
PredictionContext.mergeSingletons(SingletonPredictionContext a,
SingletonPredictionContext b,
boolean rootIsWildcard,
DoubleKeyMap<PredictionContext,PredictionContext,PredictionContext> mergeCache)
Merge two
SingletonPredictionContext instances. |
Constructor and Description |
---|
ArrayPredictionContext(SingletonPredictionContext a) |
Copyright © 1992-2013 ANTLR. All Rights Reserved.