| Package | Description | 
|---|---|
| org.springframework.asm | Spring's repackaging of
 ASM 6.0
 (with Spring-specific patches; for internal use only). | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ModuleVisitor | ModuleVisitor. mvThe module visitor to which this visitor must delegate method calls. | 
| Modifier and Type | Method and Description | 
|---|---|
| ModuleVisitor | ClassVisitor. visitModule(String name,
           int access,
           String version)Visit the module corresponding to the class. | 
| ModuleVisitor | ClassWriter. visitModule(String name,
           int access,
           String version) | 
| Constructor and Description | 
|---|
| ModuleVisitor(int api,
             ModuleVisitor mv)Constructs a new  MethodVisitor. |