|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.planner.parser.tokens.Identifier
public class Identifier
Class to capture reserved words.
| Field Summary | |
|---|---|
private String |
m_value
This instance variable captures the token value for the reserved word. |
| Constructor Summary | |
|---|---|
Identifier(String tokenValue)
Initializes an instance of an identifier. |
|
| Method Summary | |
|---|---|
String |
getValue()
Obtains the token value of a given reserved word token. |
String |
toString()
Returns the textual description of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private String m_value
| Constructor Detail |
|---|
public Identifier(String tokenValue)
tokenValue - is the identifier to remember.| Method Detail |
|---|
public String getValue()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||