| Package | Description |
|---|---|
| org.eclipse.sisu.space.asm |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ClassWriter |
A
ClassVisitor that generates classes in bytecode form. |
| Modifier and Type | Field | Description |
|---|---|---|
protected ClassVisitor |
ClassVisitor.cv |
The class visitor to which this visitor must delegate method calls.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ClassReader.accept(ClassVisitor classVisitor,
int flags) |
Makes the given visitor visit the Java class of this
ClassReader
. |
void |
ClassReader.accept(ClassVisitor classVisitor,
org.eclipse.sisu.space.asm.Attribute[] attrs,
int flags) |
Makes the given visitor visit the Java class of this
ClassReader. |
| Constructor | Description |
|---|---|
ClassVisitor(int api,
ClassVisitor cv) |
Constructs a new
ClassVisitor. |