public class Token extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
delimiter |
protected int |
end |
protected int |
start |
protected String |
token |
Constructor and Description |
---|
Token(String token,
String delimiter,
int start,
int end) |
Modifier and Type | Method and Description |
---|---|
String |
getDelimiter() |
int |
getEnd() |
int |
getStart() |
String |
getToken() |
String |
toString() |
Copyright © 2019. All Rights Reserved.