| Package | Description |
|---|---|
| org.antlr.v4.analysis |
| Modifier and Type | Method and Description |
|---|---|
static LeftFactoringRuleTransformer.DecisionFactorMode |
LeftFactoringRuleTransformer.DecisionFactorMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LeftFactoringRuleTransformer.DecisionFactorMode[] |
LeftFactoringRuleTransformer.DecisionFactorMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected GrammarAST |
LeftFactoringRuleTransformer.translateLeftFactoredAlternative(GrammarAST alternative,
String factoredRule,
boolean variant,
LeftFactoringRuleTransformer.DecisionFactorMode mode,
boolean includeFactoredElement) |
protected boolean |
LeftFactoringRuleTransformer.translateLeftFactoredDecision(GrammarAST block,
String factoredRule,
boolean variant,
LeftFactoringRuleTransformer.DecisionFactorMode mode,
boolean includeFactoredElement) |
protected GrammarAST |
LeftFactoringRuleTransformer.translateLeftFactoredElement(GrammarAST element,
String factoredRule,
boolean variant,
LeftFactoringRuleTransformer.DecisionFactorMode mode,
boolean includeFactoredElement) |
Copyright © 1992–2022 Daniel Sun. All rights reserved.