Package proguard.classfile.attribute.signature.ast.visitor
package proguard.classfile.attribute.signature.ast.visitor
-
ClassDescriptionASTNodeVisitor<R,
P> A visitor of grammar and signature AST nodes, in the style of the visitor design pattern.A signature/descriptor visitor that adds all class names into a given collection.A generic implementation of theASTNodeVisitorintended to be used for when traversal of the full AST is needed.