|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsddl.syntax.node.Node
sddl.syntax.node.Token
public abstract class Token
Constructor Summary | |
---|---|
Token()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class sddl.syntax.node.Node |
---|
clone, parent, replaceBy |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface sddl.syntax.node.Switchable |
---|
apply |
Constructor Detail |
---|
public Token()
Method Detail |
---|
public java.lang.String getText()
public void setText(java.lang.String text)
public int getLine()
public void setLine(int line)
public int getPos()
public void setPos(int pos)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |