public class Token extends Object
| Modifier and Type | Field and Description | 
|---|---|
String | 
keyWord
Key word string (if matched) 
 | 
String | 
looksLike
If token was not matched then
 looksLike functionality is trying asses
 the kind of token 
 | 
static int | 
NOT_MATCHED
Indicator that token was not matched 
 | 
int | 
tokenId
Token identifier 
 | 
int | 
tokenLevel
Token level 
 | 
String | 
tokenStr
String token 
 | 
int | 
tokenTypeId
Token type 
 | 
double | 
tokenValue
Token value if number 
 | 
| Constructor and Description | 
|---|
Token()
Default constructor 
 | 
public static final int NOT_MATCHED
public String tokenStr
public String keyWord
public int tokenId
public int tokenTypeId
public int tokenLevel
public double tokenValue
public String looksLike