Uses of Class
org.antlr.v4.codegen.model.CodeBlockForAlt
-
Packages that use CodeBlockForAlt Package Description org.antlr.v4.codegen org.antlr.v4.codegen.model -
-
Uses of CodeBlockForAlt in org.antlr.v4.codegen
Fields in org.antlr.v4.codegen declared as CodeBlockForAlt Modifier and Type Field Description CodeBlockForAlt
SourceGenTriggers.alt_return. altCodeBlock
CodeBlockForAlt
SourceGenTriggers.alternative_return. altCodeBlock
Methods in org.antlr.v4.codegen that return CodeBlockForAlt Modifier and Type Method Description CodeBlockForAlt
BlankOutputModelFactory. alternative(Alternative alt, boolean outerMost)
CodeBlockForAlt
CodeGeneratorExtension. alternative(CodeBlockForAlt blk, boolean outerMost)
CodeBlockForAlt
OutputModelController. alternative(Alternative alt, boolean outerMost)
CodeBlockForAlt
OutputModelFactory. alternative(Alternative alt, boolean outerMost)
CodeBlockForAlt
ParserFactory. alternative(Alternative alt, boolean outerMost)
CodeBlockForAlt
BlankOutputModelFactory. epsilon(Alternative alt, boolean outerMost)
CodeBlockForAlt
CodeGeneratorExtension. epsilon(CodeBlockForAlt blk)
CodeBlockForAlt
OutputModelController. epsilon(Alternative alt, boolean outerMost)
CodeBlockForAlt
OutputModelFactory. epsilon(Alternative alt, boolean outerMost)
CodeBlockForAlt
ParserFactory. epsilon(Alternative alt, boolean outerMost)
CodeBlockForAlt
BlankOutputModelFactory. finishAlternative(CodeBlockForAlt blk, java.util.List<SrcOp> ops)
CodeBlockForAlt
CodeGeneratorExtension. finishAlternative(CodeBlockForAlt blk, boolean outerMost)
CodeBlockForAlt
OutputModelController. finishAlternative(CodeBlockForAlt blk, java.util.List<SrcOp> ops, boolean outerMost)
CodeBlockForAlt
OutputModelFactory. finishAlternative(CodeBlockForAlt blk, java.util.List<SrcOp> ops)
CodeBlockForAlt
ParserFactory. finishAlternative(CodeBlockForAlt blk, java.util.List<SrcOp> ops)
Methods in org.antlr.v4.codegen with parameters of type CodeBlockForAlt Modifier and Type Method Description CodeBlockForAlt
CodeGeneratorExtension. alternative(CodeBlockForAlt blk, boolean outerMost)
CodeBlockForAlt
CodeGeneratorExtension. epsilon(CodeBlockForAlt blk)
CodeBlockForAlt
BlankOutputModelFactory. finishAlternative(CodeBlockForAlt blk, java.util.List<SrcOp> ops)
CodeBlockForAlt
CodeGeneratorExtension. finishAlternative(CodeBlockForAlt blk, boolean outerMost)
CodeBlockForAlt
OutputModelController. finishAlternative(CodeBlockForAlt blk, java.util.List<SrcOp> ops, boolean outerMost)
CodeBlockForAlt
OutputModelFactory. finishAlternative(CodeBlockForAlt blk, java.util.List<SrcOp> ops)
CodeBlockForAlt
ParserFactory. finishAlternative(CodeBlockForAlt blk, java.util.List<SrcOp> ops)
Method parameters in org.antlr.v4.codegen with type arguments of type CodeBlockForAlt Modifier and Type Method Description Choice
BlankOutputModelFactory. getChoiceBlock(BlockAST blkAST, java.util.List<CodeBlockForAlt> alts, GrammarAST label)
Choice
OutputModelController. getChoiceBlock(BlockAST blkAST, java.util.List<CodeBlockForAlt> alts, GrammarAST label)
Choice
OutputModelFactory. getChoiceBlock(BlockAST blkAST, java.util.List<CodeBlockForAlt> alts, GrammarAST label)
Choice
ParserFactory. getChoiceBlock(BlockAST blkAST, java.util.List<CodeBlockForAlt> alts, GrammarAST labelAST)
Choice
BlankOutputModelFactory. getComplexChoiceBlock(BlockAST blkAST, java.util.List<CodeBlockForAlt> alts)
Choice
OutputModelFactory. getComplexChoiceBlock(BlockAST blkAST, java.util.List<CodeBlockForAlt> alts)
Choice
ParserFactory. getComplexChoiceBlock(BlockAST blkAST, java.util.List<CodeBlockForAlt> alts)
Choice
BlankOutputModelFactory. getComplexEBNFBlock(GrammarAST ebnfRoot, java.util.List<CodeBlockForAlt> alts)
Choice
OutputModelFactory. getComplexEBNFBlock(GrammarAST ebnfRoot, java.util.List<CodeBlockForAlt> alts)
Choice
ParserFactory. getComplexEBNFBlock(GrammarAST ebnfRoot, java.util.List<CodeBlockForAlt> alts)
Choice
BlankOutputModelFactory. getEBNFBlock(GrammarAST ebnfRoot, java.util.List<CodeBlockForAlt> alts)
Choice
OutputModelController. getEBNFBlock(GrammarAST ebnfRoot, java.util.List<CodeBlockForAlt> alts)
Choice
OutputModelFactory. getEBNFBlock(GrammarAST ebnfRoot, java.util.List<CodeBlockForAlt> alts)
Choice
ParserFactory. getEBNFBlock(GrammarAST ebnfRoot, java.util.List<CodeBlockForAlt> alts)
Choice
BlankOutputModelFactory. getLL1ChoiceBlock(BlockAST blkAST, java.util.List<CodeBlockForAlt> alts)
Choice
OutputModelFactory. getLL1ChoiceBlock(BlockAST blkAST, java.util.List<CodeBlockForAlt> alts)
Choice
ParserFactory. getLL1ChoiceBlock(BlockAST blkAST, java.util.List<CodeBlockForAlt> alts)
Choice
BlankOutputModelFactory. getLL1EBNFBlock(GrammarAST ebnfRoot, java.util.List<CodeBlockForAlt> alts)
Choice
OutputModelFactory. getLL1EBNFBlock(GrammarAST ebnfRoot, java.util.List<CodeBlockForAlt> alts)
Choice
ParserFactory. getLL1EBNFBlock(GrammarAST ebnfRoot, java.util.List<CodeBlockForAlt> alts)
-
Uses of CodeBlockForAlt in org.antlr.v4.codegen.model
Subclasses of CodeBlockForAlt in org.antlr.v4.codegen.model Modifier and Type Class Description class
CodeBlockForOuterMostAlt
The code associated with the outermost alternative of a rule.Fields in org.antlr.v4.codegen.model with type parameters of type CodeBlockForAlt Modifier and Type Field Description java.util.List<CodeBlockForAlt>
Choice. alts
-