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 ByteVector |
Attribute.write(ClassWriter cw,
byte[] code,
int len,
int maxStack,
int maxLocals)
Returns the byte array form of this attribute.
|
Modifier and Type | Method and Description |
---|---|
protected ByteVector |
StackMapTableAttribute.write(ClassWriter cw,
byte[] code,
int len,
int maxStack,
int maxLocals) |
protected ByteVector |
StackMapAttribute.write(ClassWriter cw,
byte[] code,
int len,
int maxStack,
int maxLocals) |