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 Attribute |
Attribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels)
Reads a
type attribute. |
Modifier and Type | Method and Description |
---|---|
int |
StackMapFrame.read(ClassReader cr,
int off,
char[] buf,
int codeOff,
Label[] labels) |
protected Attribute |
StackMapAttribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |