sleep.parser
Class Token
as much as possible this is a String with a line number associate with it (aka hint)
Token(String term, int hint)
|
Token(String _term, int _hint, int _marker)
|
marker
protected int marker
term
protected String term
Token
public Token(String term,
int hint)
Token
public Token(String _term,
int _hint,
int _marker)
copy
public Token copy(String text)
copy
public Token copy(int _hint)
getHint
public int getHint()
getMarker
public String getMarker()
getMarkerIndex
public int getMarkerIndex()
toString
public String toString()