Package | Description |
---|---|
com.uwyn.rife.continuations.asm |
Provides a small and fast bytecode manipulation framework.
|
com.uwyn.rife.continuations.asm.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 |
StackMapAttribute.write(ClassWriter cw,
byte[] code,
int len,
int maxStack,
int maxLocals) |
void |
StackMapFrame.write(ClassWriter cw,
int maxStack,
int maxLocals,
ByteVector bv) |