| Modifier and Type | Field and Description |
|---|---|
int |
type
The type of token.
|
String |
value
The value of the token, or null for tokens without values.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEOL()
Indicates whether this token contains an EOL or EOF.
|
boolean |
isString()
Indicates whether this token contains a string.
|
String |
toString()
Converts the token to a string containing a representation useful
for debugging.
|
public int type
public String value
public String toString()
public boolean isString()
public boolean isEOL()
Copyright © 2021 McEvoy Software Ltd. All rights reserved.