Package com.github.javaparser.ast
Class Node.PostOrderIterator
java.lang.Object
com.github.javaparser.ast.Node.PostOrderIterator
- Enclosing class:
Node
Performs a post-order (or leaves-first) node traversal starting with a given node.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidfillStackToLeaf(Node node) booleanhasNext()next()private NodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove