Uses of Class
antlr.Alternative
Packages that use Alternative
-
Uses of Alternative in antlr
Methods in antlr that return AlternativeModifier and TypeMethodDescriptionBlockContext.currentAlt()
AlternativeBlock.getAlternativeAt
(int i) Methods in antlr with parameters of type AlternativeModifier and TypeMethodDescriptionvoid
AlternativeBlock.addAlternative
(Alternative alt) protected boolean
LLkAnalyzer.altUsesWildcardDefault
(Alternative alt) Return true if someone used the '.' wildcard default idiom.protected void
CppCodeGenerator.genAlt
(Alternative alt, AlternativeBlock blk) Generate an alternative.protected void
CSharpCodeGenerator.genAlt
(Alternative alt, AlternativeBlock blk) Generate an alternative.protected void
DiagnosticCodeGenerator.genAlt
(Alternative alt) protected void
DocBookCodeGenerator.genAlt
(Alternative alt) protected void
HTMLCodeGenerator.genAlt
(Alternative alt) protected void
JavaCodeGenerator.genAlt
(Alternative alt, AlternativeBlock blk) Generate an alternative.protected void
PythonCodeGenerator.genAlt
(Alternative alt, AlternativeBlock blk) Generate an alternative.protected void
DiagnosticCodeGenerator.genLookaheadSetForAlt
(Alternative alt) Generate the lookahead set for an alternate.protected void
DocBookCodeGenerator.genLookaheadSetForAlt
(Alternative alt) Generate the lookahead set for an alternate.protected void
HTMLCodeGenerator.genLookaheadSetForAlt
(Alternative alt) Generate the lookahead set for an alternate.protected String
CppCodeGenerator.getLookaheadTestExpression
(Alternative alt, int maxDepth) Generate a lookahead test expression for an alternate.protected String
CSharpCodeGenerator.getLookaheadTestExpression
(Alternative alt, int maxDepth) Generate a lookahead test expression for an alternate.protected String
JavaCodeGenerator.getLookaheadTestExpression
(Alternative alt, int maxDepth) Generate a lookahead test expression for an alternate.protected String
PythonCodeGenerator.getLookaheadTestExpression
(Alternative alt, int maxDepth) Generate a lookahead test expression for an alternate.protected boolean
CppCodeGenerator.lookaheadIsEmpty
(Alternative alt, int maxDepth) Is the lookahead for this alt empty?protected boolean
CSharpCodeGenerator.lookaheadIsEmpty
(Alternative alt, int maxDepth) Is the lookahead for this alt empty?protected boolean
JavaCodeGenerator.lookaheadIsEmpty
(Alternative alt, int maxDepth) Is the lookahead for this alt empty?protected boolean
PythonCodeGenerator.lookaheadIsEmpty
(Alternative alt, int maxDepth) Is the lookahead for this alt empty?