| Type | Name and description | 
|---|---|
| int | column | 
| int | columnLast | 
| int | line | 
| int | lineLast | 
| Type Params | Return Type | Name and 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 | 
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