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.Handle
ATNFactory. 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--| | | ...ATNFactory.Handle
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
-
Uses of BlockAST in org.antlr.v4.tool.ast
Methods in org.antlr.v4.tool.ast that return BlockAST Modifier and Type Method Description BlockAST
BlockAST. dupNode()
Methods in org.antlr.v4.tool.ast with parameters of type BlockAST Modifier and Type Method Description Object
GrammarASTVisitor. visit(BlockAST node)
Constructors in org.antlr.v4.tool.ast with parameters of type BlockAST Constructor Description BlockAST(BlockAST node)
-