Package | Description |
---|---|
com.uwyn.rife.continuations | |
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 |
---|---|
void |
ContinuableDetectionClassVisitor.visitAttribute(Attribute attr) |
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 |
---|---|
void |
ClassReader.accept(ClassVisitor classVisitor,
Attribute[] attrs,
boolean skipDebug)
Makes the given visitor visit the Java class of this
ClassReader . |
void |
MethodVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of this method.
|
void |
MethodAdapter.visitAttribute(Attribute attr) |
void |
FieldVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of the field.
|
void |
ClassWriter.visitAttribute(Attribute attr) |
void |
ClassVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of the class.
|
void |
ClassAdapter.visitAttribute(Attribute attr) |
Modifier and Type | Class and Description |
---|---|
class |
StackMapAttribute
StackMapAttribute is used by CDLC preverifier.
|
Modifier and Type | Method and Description |
---|---|
protected Attribute |
StackMapAttribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |