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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
Represents a level in the traversal stack during the post-order iteration. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove