Package | Description |
---|---|
org.eclipse.sisu.space |
Customizable scanning of bean implementations.
|
org.eclipse.sisu.space.asm |
Modifier and Type | Method and Description |
---|---|
private static ClassVisitor |
SpaceScanner.adapt(ClassVisitor _cv)
Adapts the given
ClassVisitor to its equivalent ASM form. |
Modifier and Type | Class and Description |
---|---|
class |
ClassWriter
A
ClassVisitor that generates classes in bytecode form. |
Modifier and Type | Field and Description |
---|---|
protected ClassVisitor |
ClassVisitor.cv
The class visitor to which this visitor must delegate method calls.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassReader.accept(ClassVisitor classVisitor,
Attribute[] attrs,
int flags)
Makes the given visitor visit the Java class of this
ClassReader . |
void |
ClassReader.accept(ClassVisitor classVisitor,
int flags)
Makes the given visitor visit the Java class of this
ClassReader
. |
private int |
ClassReader.readField(ClassVisitor classVisitor,
Context context,
int u)
Reads a field and makes the given visitor visit it.
|
private int |
ClassReader.readMethod(ClassVisitor classVisitor,
Context context,
int u)
Reads a method and makes the given visitor visit it.
|
Constructor and Description |
---|
ClassVisitor(int api,
ClassVisitor cv)
Constructs a new
ClassVisitor . |