|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassSpaceVisitor
ASM-style visitor that visits a ClassSpace
. The methods of this interface must be called in the following
order: visit ( visitClass )* visitEnd
.
Method Summary | |
---|---|
void |
visit(ClassSpace space)
Visits the start of the class space. |
org.objectweb.asm.ClassVisitor |
visitClass(java.net.URL url)
Visits a class resource in the class space. |
void |
visitEnd()
Visits the end of the class space. |
Method Detail |
---|
void visit(ClassSpace space)
space
- The class spaceorg.objectweb.asm.ClassVisitor visitClass(java.net.URL url)
url
- The class resource URL
null
if this visitor is not interested in visiting the classvoid visitEnd()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |