| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
m_value
This instance variable captures the token value for the quoted string.
|
| Constructor and Description |
|---|
QuotedString(java.lang.String tokenValue)
Initializes an instance of a quoted string.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Obtains the token value of a given string token.
|
private java.lang.String m_value