edu.isi.pegasus.planner.parser.tokens
| Modifier and Type | Field and Description |
|---|---|
private String |
m_value
This instance variable captures the token value for the quoted string.
|
| Constructor and Description |
|---|
QuotedString(String tokenValue)
Initializes an instance of a quoted string.
|
private String m_value
public QuotedString(String tokenValue)
tokenValue - is the string content to remember.public String getValue()