Package proguard.classfile.attribute.signature.ast.visitor
-
Interface Summary Interface Description ASTNodeVisitor<R,P> A visitor of grammar and signature AST nodes, in the style of the visitor design pattern.TraversingASTNodeVisitor<P> A generic implementation of theASTNodeVisitor
intended to be used for when traversal of the full AST is needed. -
Class Summary Class Description ClassNameCollectingVisitor A signature/descriptor visitor that adds all class names into a given collection.