public interface SpaceVisitor
ClassSpace
s.Modifier and Type | Method and Description |
---|---|
void |
enterSpace(ClassSpace space)
Enters the class space.
|
void |
leaveSpace()
Leaves the class space.
|
ClassVisitor |
visitClass(URL url)
Visits a class resource in the class space.
|
void enterSpace(ClassSpace space)
space
- The class spaceClassVisitor visitClass(URL url)
url
- The class resource URLnull
if it is not interested in visiting the classvoid leaveSpace()
Copyright © 2024. All rights reserved.