|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface SourceInfo
Method Summary | |
---|---|
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 |
Method Detail |
---|
public int getColumn()
public int getColumnLast()
public int getLine()
public int getLineLast()
public void setColumn(int c)
c
- the column
public void setColumnLast(int colLast)
colLast
- the column
public void setLine(int l)
l
- the line
public void setLineLast(int lineLast)
lineLast
- the line
Groovy Documentation