public class Identifier extends Object implements Token
private String
m_value
Identifier(String tokenValue)
String
getValue()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
private String m_value
public Identifier(String tokenValue)
tokenValue
public String getValue()
public String toString()
toString
Object