Class Node.PostOrderIterator
java.lang.Object
com.github.javaparser.ast.Node.PostOrderIterator
- Enclosing class:
Node
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classRepresents a level in the traversal stack during the post-order iteration. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, remove
-
Field Details
-
stack
-
-
Constructor Details
-
PostOrderIterator
-
-
Method Details
-
hasNext
-
next
-
getNextAndCleanupStack
-
cleanupStack
-
expand
-