| Modifier and Type | Field and Description |
|---|---|
private String |
m_value
This instance variable captures the token value for the reserved word.
|
| Constructor and Description |
|---|
Identifier(String tokenValue)
Initializes an instance of an identifier.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Obtains the token value of a given reserved word token.
|
String |
toString()
Returns the textual description of the object.
|