|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object antlr.BaseAST antlr.CommonAST org.codehaus.groovy.antlr.GroovySourceAST
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 | |
GroovySourceAST()
|
|
GroovySourceAST(Token t)
|
Method Summary | |
---|---|
GroovySourceAST
|
childAt(int position)
|
GroovySourceAST
|
childOfType(int type)
|
List
|
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)
|
Constructor Detail |
---|
public GroovySourceAST()
public GroovySourceAST(Token t)
Method Detail |
---|
public GroovySourceAST childAt(int position)
public GroovySourceAST childOfType(int type)
public List 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)
Copyright © 2003-2013 The Codehaus. All rights reserved.