| Package | Description |
|---|---|
| com.uwyn.rife.continuations | |
| com.uwyn.rife.continuations.asm |
Provides a small and fast bytecode manipulation framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContinuableDetectionClassVisitor |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassAdapter
An empty
ClassVisitor that delegates to another ClassVisitor. |
class |
ClassWriter
A
ClassVisitor that generates classes in bytecode form. |
| Modifier and Type | Field and Description |
|---|---|
protected ClassVisitor |
ClassAdapter.cv
The
ClassVisitor to which this adapter delegates calls. |
| 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 |
ClassReader.accept(ClassVisitor classVisitor,
boolean skipDebug)
Makes the given visitor visit the Java class of this
ClassReader. |
| Constructor and Description |
|---|
ClassAdapter(ClassVisitor cv)
Constructs a new
ClassAdapter object. |