All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static <T extends ASTNode> T |
configureAST(T astNode,
ASTNode source) |
static <T extends ASTNode> T |
configureAST(T astNode,
ASTNode start,
ASTNode stop) |
static <T extends ASTNode> T |
configureAST(T astNode,
GroovyParser.GroovyParserRuleContext ctx)
Sets location(lineNumber, colNumber, lastLineNumber, lastColumnNumber) for node using standard context information.
|
static <T extends ASTNode> T |
configureAST(T astNode,
GroovyParser.GroovyParserRuleContext ctx,
ASTNode stop) |
static <T extends ASTNode> T |
configureAST(T astNode,
org.antlr.v4.runtime.tree.TerminalNode terminalNode) |
static <T extends ASTNode> T |
configureAST(T astNode,
org.antlr.v4.runtime.Token token) |
static <T extends ASTNode> void |
configureEndPosition(T astNode,
org.antlr.v4.runtime.Token token) |
static Tuple2<Integer,Integer> |
endPosition(org.antlr.v4.runtime.Token token) |