|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.sablecc.php4.node.Node
org.sablecc.php4.node.Token
org.sablecc.php4.node.TIdentifier
Constructor Summary | |
TIdentifier(String text)
|
|
TIdentifier(String text,
int line,
int pos)
|
Method Summary | |
void |
apply(Switch sw)
|
Object |
clone()
|
Methods inherited from class org.sablecc.php4.node.Token |
getLine, getPos, getText, setLine, setPos, setText, toString |
Methods inherited from class org.sablecc.php4.node.Node |
cloneList, cloneNode, parent, replaceBy, toString, toString |
Methods inherited from class Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TIdentifier(String text)
public TIdentifier(String text, int line, int pos)
Method Detail |
public Object clone()
clone
in class Node
public void apply(Switch sw)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |