Class Identifier
- java.lang.Object
-
- edu.isi.pegasus.planner.parser.tokens.Identifier
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
m_value
This instance variable captures the token value for the reserved word.
-
Constructor Summary
Constructors Constructor Description Identifier(java.lang.String tokenValue)
Initializes an instance of an identifier.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getValue()
Obtains the token value of a given reserved word token.java.lang.String
toString()
Returns the textual description of the object.
-
-
-
Method Detail
-
getValue
public java.lang.String getValue()
Obtains the token value of a given reserved word token.- Returns:
- the token value.
-
toString
public java.lang.String toString()
Returns the textual description of the object.- Overrides:
toString
in classjava.lang.Object
- Returns:
- the description as String.
-
-