| org.eclipse.sisu.scanners.ClassSpaceVisitor |
Known Indirect Subclasses
|
ASM-style visitor that visits a ClassSpace. The methods of this interface must be called in the following
order: visit ( visitClass )* visitEnd.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Visits the start of the class space.
| |||||||||||
Visits a class resource in the class space.
| |||||||||||
Visits the end of the class space.
| |||||||||||
Visits the start of the class space.
| space | The class space |
|---|
Visits a class resource in the class space.
| url | The class resource URL |
|---|
null if this visitor is not interested in visiting the class
Visits the end of the class space.