|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.sablecc.php4.node.Node
Constructor Summary | |
Node()
|
Method Summary | |
abstract Object |
clone()
|
protected List |
cloneList(List list)
|
protected Node |
cloneNode(Node node)
|
Node |
parent()
|
void |
replaceBy(Node node)
|
protected String |
toString(List list)
|
protected String |
toString(Node node)
|
Methods inherited from class Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.sablecc.php4.node.Switchable |
apply |
Constructor Detail |
public Node()
Method Detail |
public abstract Object clone()
public Node parent()
public void replaceBy(Node node)
protected String toString(Node node)
protected String toString(List list)
protected Node cloneNode(Node node)
protected List cloneList(List list)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |