Package com.strobel.decompiler.languages.java.ast
package com.strobel.decompiler.languages.java.ast
-
ClassDescriptionAstNodeCollection<T extends AstNode>ContextTrackingVisitor<TResult>
Base class for AST visitors that need the current type/method context info. DepthFirstAstVisitor<T,S> AST visitor with a default implementation that visits all node depth-first. IAstVisitor<T,R>