Package | Description |
---|---|
org.objectweb.asm.jip |
Provides a small and fast bytecode manipulation framework.
|
org.objectweb.asm.jip.attrs |
Provides an implementation for optional class, field and method attributes.
|
Modifier and Type | Method and Description |
---|---|
protected Attribute |
Attribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels)
Reads a
type attribute. |
Constructor and Description |
---|
ClassWriter(ClassReader classReader,
boolean computeMaxs)
Constructs a new
ClassWriter object and enables optimizations for
"mostly add" bytecode transformations. |
Modifier and Type | Method and Description |
---|---|
static int |
StackMapTableAttribute.getMethodOff(ClassReader cr,
int codeOff,
char[] buf) |
protected Attribute |
StackMapAttribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |
protected Attribute |
StackMapTableAttribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |