Uses of Class
org.antlr.v4.tool.Alternative
-
Packages that use Alternative Package Description org.antlr.v4.codegen org.antlr.v4.codegen.model org.antlr.v4.semantics org.antlr.v4.tool org.antlr.v4.tool.ast -
-
Uses of Alternative in org.antlr.v4.codegen
Fields in org.antlr.v4.codegen declared as Alternative Modifier and Type Field Description AlternativeOutputModelController. currentOuterMostAltMethods in org.antlr.v4.codegen that return Alternative Modifier and Type Method Description AlternativeDefaultOutputModelFactory. getCurrentOuterMostAlt()AlternativeOutputModelController. getCurrentOuterMostAlt()AlternativeOutputModelFactory. getCurrentOuterMostAlt()Methods in org.antlr.v4.codegen with parameters of type Alternative Modifier and Type Method Description CodeBlockForAltBlankOutputModelFactory. alternative(Alternative alt, boolean outerMost)CodeBlockForAltOutputModelController. alternative(Alternative alt, boolean outerMost)CodeBlockForAltOutputModelFactory. alternative(Alternative alt, boolean outerMost)CodeBlockForAltParserFactory. alternative(Alternative alt, boolean outerMost)CodeBlockForAltBlankOutputModelFactory. epsilon(Alternative alt, boolean outerMost)CodeBlockForAltOutputModelController. epsilon(Alternative alt, boolean outerMost)CodeBlockForAltOutputModelFactory. epsilon(Alternative alt, boolean outerMost)CodeBlockForAltParserFactory. epsilon(Alternative alt, boolean outerMost)voidOutputModelController. setCurrentOuterMostAlt(Alternative currentOuterMostAlt) -
Uses of Alternative in org.antlr.v4.codegen.model
Fields in org.antlr.v4.codegen.model declared as Alternative Modifier and Type Field Description AlternativeCodeBlockForOuterMostAlt. altThe alternative.Constructors in org.antlr.v4.codegen.model with parameters of type Alternative Constructor Description CodeBlockForOuterMostAlt(OutputModelFactory factory, Alternative alt) -
Uses of Alternative in org.antlr.v4.semantics
Fields in org.antlr.v4.semantics declared as Alternative Modifier and Type Field Description AlternativeActionSniffer. altAlternativeAttributeChecks. altConstructors in org.antlr.v4.semantics with parameters of type Alternative Constructor Description ActionSniffer(Grammar g, Rule r, Alternative alt, ActionAST node, org.antlr.runtime.Token actionToken)AttributeChecks(Grammar g, Rule r, Alternative alt, ActionAST node, org.antlr.runtime.Token actionToken) -
Uses of Alternative in org.antlr.v4.tool
Fields in org.antlr.v4.tool declared as Alternative Modifier and Type Field Description Alternative[]Rule. alt1..n alts -
Uses of Alternative in org.antlr.v4.tool.ast
Fields in org.antlr.v4.tool.ast declared as Alternative Modifier and Type Field Description AlternativeAltAST. alt
-