Uses of Class
org.antlr.v4.tool.ast.BlockAST
-
Packages that use BlockAST Package Description org.antlr.v4.automata org.antlr.v4.codegen org.antlr.v4.tool.ast -
-
Uses of BlockAST in org.antlr.v4.automata
Methods in org.antlr.v4.automata with parameters of type BlockAST Modifier and Type Method Description ATNFactory.HandleATNFactory. block(BlockAST blockAST, GrammarAST ebnfRoot, java.util.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--| | | ...ATNFactory.HandleParserATNFactory. block(BlockAST blkAST, GrammarAST ebnfRoot, java.util.List<ATNFactory.Handle> alts)FromA|B|..|Zalternative block buildbooleanParserATNFactory. expectNonGreedy(BlockAST blkAST)protected ATNFactory.HandleParserATNFactory. makeBlock(BlockStartState start, BlockAST blkAST, java.util.List<ATNFactory.Handle> alts) -
Uses of BlockAST in org.antlr.v4.codegen
Methods in org.antlr.v4.codegen with parameters of type BlockAST Modifier and Type Method Description ChoiceBlankOutputModelFactory. getChoiceBlock(BlockAST blkAST, java.util.List<CodeBlockForAlt> alts, GrammarAST label)ChoiceOutputModelController. getChoiceBlock(BlockAST blkAST, java.util.List<CodeBlockForAlt> alts, GrammarAST label)ChoiceOutputModelFactory. getChoiceBlock(BlockAST blkAST, java.util.List<CodeBlockForAlt> alts, GrammarAST label)ChoiceParserFactory. getChoiceBlock(BlockAST blkAST, java.util.List<CodeBlockForAlt> alts, GrammarAST labelAST)ChoiceBlankOutputModelFactory. getComplexChoiceBlock(BlockAST blkAST, java.util.List<CodeBlockForAlt> alts)ChoiceOutputModelFactory. getComplexChoiceBlock(BlockAST blkAST, java.util.List<CodeBlockForAlt> alts)ChoiceParserFactory. getComplexChoiceBlock(BlockAST blkAST, java.util.List<CodeBlockForAlt> alts)ChoiceBlankOutputModelFactory. getLL1ChoiceBlock(BlockAST blkAST, java.util.List<CodeBlockForAlt> alts)ChoiceOutputModelFactory. getLL1ChoiceBlock(BlockAST blkAST, java.util.List<CodeBlockForAlt> alts)ChoiceParserFactory. getLL1ChoiceBlock(BlockAST blkAST, java.util.List<CodeBlockForAlt> alts) -
Uses of BlockAST in org.antlr.v4.tool.ast
Methods in org.antlr.v4.tool.ast that return BlockAST Modifier and Type Method Description BlockASTBlockAST. dupNode()Methods in org.antlr.v4.tool.ast with parameters of type BlockAST Modifier and Type Method Description java.lang.ObjectGrammarASTVisitor. visit(BlockAST node)Constructors in org.antlr.v4.tool.ast with parameters of type BlockAST Constructor Description BlockAST(BlockAST node)
-