public class Position
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
end
The token end position in the string
|
int |
length
The current token length
|
int |
start
The starting position in the string
|
| Constructor and Description |
|---|
Position() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |