public class Token extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MULTIWORD_TOKEN |
| Constructor and Description |
|---|
Token(String name,
Position positionInOriginal,
Integer tokenCount) |
Token(String name,
String type,
Position positionInOriginal,
Integer tokenCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
Position |
getPosition() |
Integer |
getTokenCount() |
String |
getType() |
int |
hashCode() |
String |
toString() |
Copyright © 2020. All rights reserved.