class Token
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
rawString |
(package private) int |
startIndex |
Constructor and Description |
---|
Token(int startIndex,
java.lang.String rawString) |
Modifier and Type | Method and Description |
---|---|
Token |
concatenate(Token rightOfThis) |
int |
endIndexExclusive() |
boolean |
isLeftOf(Token token) |
int |
lastCharacterIndex() |
(package private) java.lang.String |
string() |
int |
trimmedTokenStartIndex() |
java.lang.String string()
public int trimmedTokenStartIndex()
public boolean isLeftOf(Token token)
public int lastCharacterIndex()
public int endIndexExclusive()