| Package | Description |
|---|---|
| org.antlr.v4.runtime.atn |
| Modifier and Type | Class | Description |
|---|---|---|
class |
EmptyPredictionContext |
| Modifier and Type | Method | Description |
|---|---|---|
static SingletonPredictionContext |
SingletonPredictionContext.create(PredictionContext parent,
int returnState) |
| Modifier and Type | Method | 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 | Description |
|---|---|
ArrayPredictionContext(SingletonPredictionContext a) |
Copyright © 1992–2019 ANTLR. All rights reserved.