public interface ClassSpaceVisitor
ClassSpace. The methods of this interface must be called in the following
order: visit ( visitClass )* visitEnd.| Modifier and Type | Method and Description |
|---|---|
void |
visit(ClassSpace space)
Visits the start of the class space.
|
org.objectweb.asm.ClassVisitor |
visitClass(URL url)
Visits a class resource in the class space.
|
void |
visitEnd()
Visits the end of the class space.
|
void visit(ClassSpace space)
space - The class spaceorg.objectweb.asm.ClassVisitor visitClass(URL url)
url - The class resource URLnull if this visitor is not interested in visiting the classvoid visitEnd()
Copyright © 2010-2015 Sonatype, Inc.. All Rights Reserved.