Class QuotedString
- java.lang.Object
-
- edu.isi.pegasus.planner.parser.tokens.QuotedString
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
m_value
This instance variable captures the token value for the quoted string.
-
Constructor Summary
Constructors Constructor Description QuotedString(java.lang.String tokenValue)
Initializes an instance of a quoted string.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getValue()
Obtains the token value of a given string token.
-