GroovySourceAST
, GroovySourceToken
public interface SourceInfo
Modifier and Type | Method | Description |
---|---|---|
int |
getColumn() |
get starting column
|
int |
getColumnLast() |
get ending column
|
int |
getLine() |
get start line
|
int |
getLineLast() |
get ending line
|
void |
setColumn(int c) |
set start column
|
void |
setColumnLast(int colLast) |
set ending column
|
void |
setLine(int l) |
set start line
|
void |
setLineLast(int lineLast) |
set ending line
|
int getLine()
void setLine(int l)
l
- the lineint getColumn()
void setColumn(int c)
c
- the columnint getLineLast()
void setLineLast(int lineLast)
lineLast
- the lineint getColumnLast()
void setColumnLast(int colLast)
colLast
- the column