Uses of Class
org.antlr.v4.codegen.model.Choice
Packages that use Choice
-
Uses of Choice in org.antlr.v4.codegen
Methods in org.antlr.v4.codegen that return ChoiceModifier and TypeMethodDescriptionBlankOutputModelFactory.getChoiceBlock
(BlockAST blkAST, List<CodeBlockForAlt> alts, GrammarAST label) CodeGeneratorExtension.getChoiceBlock
(Choice c) OutputModelController.getChoiceBlock
(BlockAST blkAST, List<CodeBlockForAlt> alts, GrammarAST label) OutputModelFactory.getChoiceBlock
(BlockAST blkAST, List<CodeBlockForAlt> alts, GrammarAST label) ParserFactory.getChoiceBlock
(BlockAST blkAST, List<CodeBlockForAlt> alts, GrammarAST labelAST) BlankOutputModelFactory.getComplexChoiceBlock
(BlockAST blkAST, List<CodeBlockForAlt> alts) OutputModelFactory.getComplexChoiceBlock
(BlockAST blkAST, List<CodeBlockForAlt> alts) ParserFactory.getComplexChoiceBlock
(BlockAST blkAST, List<CodeBlockForAlt> alts) BlankOutputModelFactory.getComplexEBNFBlock
(GrammarAST ebnfRoot, List<CodeBlockForAlt> alts) OutputModelFactory.getComplexEBNFBlock
(GrammarAST ebnfRoot, List<CodeBlockForAlt> alts) ParserFactory.getComplexEBNFBlock
(GrammarAST ebnfRoot, List<CodeBlockForAlt> alts) BlankOutputModelFactory.getEBNFBlock
(GrammarAST ebnfRoot, List<CodeBlockForAlt> alts) CodeGeneratorExtension.getEBNFBlock
(Choice c) OutputModelController.getEBNFBlock
(GrammarAST ebnfRoot, List<CodeBlockForAlt> alts) OutputModelFactory.getEBNFBlock
(GrammarAST ebnfRoot, List<CodeBlockForAlt> alts) ParserFactory.getEBNFBlock
(GrammarAST ebnfRoot, List<CodeBlockForAlt> alts) BlankOutputModelFactory.getLL1ChoiceBlock
(BlockAST blkAST, List<CodeBlockForAlt> alts) OutputModelFactory.getLL1ChoiceBlock
(BlockAST blkAST, List<CodeBlockForAlt> alts) ParserFactory.getLL1ChoiceBlock
(BlockAST blkAST, List<CodeBlockForAlt> alts) BlankOutputModelFactory.getLL1EBNFBlock
(GrammarAST ebnfRoot, List<CodeBlockForAlt> alts) OutputModelFactory.getLL1EBNFBlock
(GrammarAST ebnfRoot, List<CodeBlockForAlt> alts) ParserFactory.getLL1EBNFBlock
(GrammarAST ebnfRoot, List<CodeBlockForAlt> alts) Methods in org.antlr.v4.codegen with parameters of type ChoiceModifier and TypeMethodDescriptionCodeGeneratorExtension.getChoiceBlock
(Choice c) CodeGeneratorExtension.getEBNFBlock
(Choice c) -
Uses of Choice in org.antlr.v4.codegen.model
Subclasses of Choice in org.antlr.v4.codegen.modelModifier and TypeClassDescriptionclass
class
(A | B | C)class
class
class
An optional block is just an alternative block where the last alternative is epsilon.class
(A B C)?class
class
class
class
class
class