edu.isi.pegasus.planner.parser.tokens
Class QuotedString
java.lang.Object
edu.isi.pegasus.planner.parser.tokens.QuotedString
- All Implemented Interfaces:
- Token
public class QuotedString
- extends Object
- implements Token
Class to capture the content within a quoted string.
- Version:
- $Revision: 2151 $
- Author:
- Jens Voeckler, Karan Vahi, Gaurang Mehta
|
Field Summary |
private String |
m_value
This instance variable captures the token value for the quoted string. |
|
Constructor Summary |
QuotedString(String tokenValue)
Initializes an instance of a quoted string. |
|
Method Summary |
String |
getValue()
Obtains the token value of a given string token. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_value
private String m_value
- This instance variable captures the token value for the quoted string.
QuotedString
public QuotedString(String tokenValue)
- Initializes an instance of a quoted string.
- Parameters:
tokenValue - is the string content to remember.
getValue
public String getValue()
- Obtains the token value of a given string token.
- Returns:
- the token value.
Copyright © 2011 The University of Southern California. All Rights Reserved.