public class Token extends Object
RbbiTokenizer| Modifier and Type | Field and Description |
|---|---|
int |
id |
| Constructor and Description |
|---|
Token(int id,
String value,
String name,
String description,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
int |
getId() |
String |
getName() |
Range |
getRange() |
String |
getValue() |
String |
toString() |
Copyright © 2022. All rights reserved.