|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.jimple.parser.node.Node | +--soot.jimple.parser.node.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 soot.jimple.parser.node.Node |
clone,
cloneList,
cloneNode,
parent,
replaceBy,
toString,
toString |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |