public interface SourceInfo
Type Params | Return Type | Name and description |
---|---|---|
|
public int |
getColumn() get starting column |
|
public int |
getColumnLast() get ending column |
|
public int |
getLine() get start line |
|
public int |
getLineLast() get ending line |
|
public void |
setColumn(int c) set start column |
|
public void |
setColumnLast(int colLast) set ending column |
|
public void |
setLine(int l) set start line |
|
public void |
setLineLast(int lineLast) set ending line |
get starting column
get ending column
get start line
get ending line
set start column
c
- the columnset ending column
colLast
- the columnset start line
l
- the lineset ending line
lineLast
- the line