[Java] Class GroovySourceAST
- org.codehaus.groovy.antlr.GroovySourceAST
- All Implemented Interfaces and Traits:
- Comparable, SourceInfo
public class GroovySourceAST extends CommonAST
We have an AST subclass so we can track source information. Very odd that ANTLR doesn't do this by default.
Constructor Summary
Constructor and description |
---|
GroovySourceAST
() |
GroovySourceAST
(Token t) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
GroovySourceAST |
childAt(int position) | |
GroovySourceAST |
childOfType(int type) | |
List<GroovySourceAST> |
childrenOfType(int type) | |
int |
compareTo(Object object) | |
int |
getColumn() | |
int |
getColumnLast() | |
int |
getLine() | |
int |
getLineLast() | |
String |
getSnippet() | |
void |
initialize(AST ast) | |
void |
initialize(Token t) | |
void |
setColumn(int column) | |
void |
setColumnLast(int colLast) | |
void |
setLast(Token last) | |
void |
setLine(int line) | |
void |
setLineLast(int lineLast) | |
void |
setSnippet(String snippet) |
Inherited Methods Summary
Constructor Detail
public GroovySourceAST()
public GroovySourceAST(Token t)
Method Detail
public GroovySourceAST childAt(int position)
public GroovySourceAST childOfType(int type)
public List<GroovySourceAST> childrenOfType(int type)
public int compareTo(Object object)
public int getColumn()
public int getColumnLast()
public int getLine()
public int getLineLast()
public String getSnippet()
public void initialize(AST ast)
public void initialize(Token t)
public void setColumn(int column)
public void setColumnLast(int colLast)
public void setLast(Token last)
public void setLine(int line)
public void setLineLast(int lineLast)
public void setSnippet(String snippet)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/antlr/GroovySourceAST.html