|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mozilla.javascript.PreorderNodeIterator
This class implements a preorder tree iterator for the Node class.
Node
Constructor Summary | |
PreorderNodeIterator(Node n)
|
Method Summary | |
Node |
currentNode()
|
Node |
getCurrentParent()
|
Node |
nextNode()
|
void |
replaceCurrent(Node newNode)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PreorderNodeIterator(Node n)
Method Detail |
public Node currentNode()
public Node getCurrentParent()
public Node nextNode()
public void replaceCurrent(Node newNode)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |