public class GroovySourceAST
extends antlr.CommonAST
implements java.lang.Comparable
Constructor and Description |
---|
GroovySourceAST() |
GroovySourceAST(antlr.Token t) |
Modifier and Type | Method and Description |
---|---|
GroovySourceAST |
childAt(int position) |
GroovySourceAST |
childOfType(int type) |
int |
compareTo(java.lang.Object object) |
int |
getColumn() |
int |
getColumnLast() |
int |
getLine() |
int |
getLineLast() |
java.lang.String |
getSnippet() |
void |
initialize(antlr.collections.AST ast) |
void |
initialize(antlr.Token t) |
void |
setColumn(int column) |
void |
setColumnLast(int colLast) |
void |
setLast(antlr.Token last) |
void |
setLine(int line) |
void |
setLineLast(int lineLast) |
void |
setSnippet(java.lang.String snippet) |
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen
public GroovySourceAST()
public GroovySourceAST(antlr.Token t)
public void initialize(antlr.collections.AST ast)
initialize
in interface antlr.collections.AST
initialize
in class antlr.CommonAST
public void initialize(antlr.Token t)
initialize
in interface antlr.collections.AST
initialize
in class antlr.CommonAST
public void setLast(antlr.Token last)
public int getLineLast()
public void setLineLast(int lineLast)
public int getColumnLast()
public void setColumnLast(int colLast)
public void setLine(int line)
public int getLine()
getLine
in interface antlr.collections.AST
getLine
in class antlr.BaseAST
public void setColumn(int column)
public int getColumn()
getColumn
in interface antlr.collections.AST
getColumn
in class antlr.BaseAST
public void setSnippet(java.lang.String snippet)
public java.lang.String getSnippet()
public int compareTo(java.lang.Object object)
compareTo
in interface java.lang.Comparable
public GroovySourceAST childAt(int position)
public GroovySourceAST childOfType(int type)