Uses of Class
com.github.javaparser.ast.Node.PostOrderIterator.Level
Packages that use Node.PostOrderIterator.Level
-
Uses of Node.PostOrderIterator.Level in com.github.javaparser.ast
Fields in com.github.javaparser.ast with type parameters of type Node.PostOrderIterator.LevelModifier and TypeFieldDescriptionprivate final Stack
<Node.PostOrderIterator.Level> Node.PostOrderIterator.stack
Methods in com.github.javaparser.ast with parameters of type Node.PostOrderIterator.LevelModifier and TypeMethodDescriptionprivate void
Node.PostOrderIterator.cleanupStack
(Node.PostOrderIterator.Level state) private void
Node.PostOrderIterator.expand
(Node.PostOrderIterator.Level state) private Node
Node.PostOrderIterator.getNextAndCleanupStack
(Node.PostOrderIterator.Level state)