public abstract class Token extends Node implements IToken
Constructor and Description |
---|
Token() |
Modifier and Type | Method and Description |
---|---|
int |
getLine() |
int |
getPos() |
java.lang.String |
getText() |
void |
setLine(int line) |
void |
setPos(int pos) |
void |
setText(java.lang.String text) |
java.lang.String |
toString() |
clone, cloneList, cloneNode, parent, replaceBy, toString, toString
getEndPos, getStartPos, setEndPos, setStartPos
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
apply