| Package | Description | 
|---|---|
| org.objectweb.gs.asm | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MethodAdapter
An empty  
MethodVisitor that delegates to another MethodVisitor. | 
| Modifier and Type | Field and Description | 
|---|---|
protected MethodVisitor | 
MethodAdapter.mv
The  
MethodVisitor to which this adapter delegates calls. | 
| Modifier and Type | Method and Description | 
|---|---|
MethodVisitor | 
ClassWriter.visitMethod(int access,
           String name,
           String desc,
           String signature,
           String[] exceptions)  | 
MethodVisitor | 
ClassVisitor.visitMethod(int access,
           String name,
           String desc,
           String signature,
           String[] exceptions)
Visits a method of the class. 
 | 
MethodVisitor | 
ClassAdapter.visitMethod(int access,
           String name,
           String desc,
           String signature,
           String[] exceptions)  | 
| Constructor and Description | 
|---|
MethodAdapter(MethodVisitor mv)
Constructs a new  
MethodAdapter object. | 
Copyright © GigaSpaces.