public class Token
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
keyWord
Key word string (if matched)
|
java.lang.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
|
java.lang.String |
tokenStr
String token
|
int |
tokenTypeId
Token type
|
double |
tokenValue
Token value if number
|
Constructor and Description |
---|
Token()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
Token |
clone()
Token cloning.
|
public static final int NOT_MATCHED
public java.lang.String tokenStr
public java.lang.String keyWord
public int tokenId
public int tokenTypeId
public int tokenLevel
public double tokenValue
public java.lang.String looksLike
public Token clone()
clone
in class java.lang.Object