Uses of Class
org.antlr.v4.tool.ast.BlockAST
Packages that use BlockAST
-
Uses of BlockAST in org.antlr.v4.automata
Methods in org.antlr.v4.automata with parameters of type BlockASTModifier and TypeMethodDescriptionATNFactory.block
(BlockAST blockAST, GrammarAST ebnfRoot, List<ATNFactory.Handle> alternativeGrips) From A|B|..|Z alternative block build o->o-A->o->o (last ATNState is blockEndATNState pointed to by all alts) | ^ o->o-B->o--| | | ...ParserATNFactory.block
(BlockAST blkAST, GrammarAST ebnfRoot, List<ATNFactory.Handle> alts) FromA|B|..|Z
alternative block buildboolean
ParserATNFactory.expectNonGreedy
(BlockAST blkAST) protected ATNFactory.Handle
ParserATNFactory.makeBlock
(BlockStartState start, BlockAST blkAST, List<ATNFactory.Handle> alts) -
Uses of BlockAST in org.antlr.v4.codegen
Methods in org.antlr.v4.codegen with parameters of type BlockASTModifier and TypeMethodDescriptionBlankOutputModelFactory.getChoiceBlock
(BlockAST blkAST, List<CodeBlockForAlt> alts, GrammarAST label) 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.getLL1ChoiceBlock
(BlockAST blkAST, List<CodeBlockForAlt> alts) OutputModelFactory.getLL1ChoiceBlock
(BlockAST blkAST, List<CodeBlockForAlt> alts) ParserFactory.getLL1ChoiceBlock
(BlockAST blkAST, List<CodeBlockForAlt> alts) -
Uses of BlockAST in org.antlr.v4.tool.ast
Methods in org.antlr.v4.tool.ast that return BlockASTMethods in org.antlr.v4.tool.ast with parameters of type BlockASTConstructors in org.antlr.v4.tool.ast with parameters of type BlockAST