| Package | Description |
|---|---|
| org.antlr.v4.runtime | |
| org.antlr.v4.runtime.atn |
| Modifier and Type | Method and Description |
|---|---|
static List<ParserRuleContext> |
Parser.getAmbiguousParseTrees(Parser originalParser,
AmbiguityInfo ambiguityInfo,
int startRuleIndex)
Given an AmbiguityInfo object that contains information about an
ambiguous decision event, return the list of ambiguous parse trees.
|
| Modifier and Type | Field and Description |
|---|---|
List<AmbiguityInfo> |
DecisionInfo.ambiguities
A collection of
AmbiguityInfo instances describing the
ambiguities encountered during LL prediction for this decision. |
Copyright © 1992–2015 ANTLR. All rights reserved.