Uses of Class
org.antlr.v4.tool.ast.RuleRefAST
-
Packages that use RuleRefAST Package Description org.antlr.v4.tool.ast -
-
Uses of RuleRefAST in org.antlr.v4.tool.ast
Methods in org.antlr.v4.tool.ast that return RuleRefAST Modifier and Type Method Description RuleRefAST
RuleRefAST. dupNode()
Dup token too since we overwrite during LR rule transformMethods in org.antlr.v4.tool.ast with parameters of type RuleRefAST Modifier and Type Method Description Object
GrammarASTVisitor. visit(RuleRefAST node)
Constructors in org.antlr.v4.tool.ast with parameters of type RuleRefAST Constructor Description RuleRefAST(RuleRefAST node)
-