| Package | Description |
|---|---|
| com.caucho.bytecode |
| Modifier and Type | Class and Description |
|---|---|
class |
CodeWriterAttribute
Code generator attribute.
|
| Modifier and Type | Field and Description |
|---|---|
protected CodeAttribute |
CodeVisitor._codeAttr |
| Modifier and Type | Method and Description |
|---|---|
CodeAttribute |
JavaMethod.createCode()
Create the code attribute.
|
CodeAttribute |
JavaMethod.getCode()
Returns the code attribute.
|
CodeAttribute |
CodeVisitor.getCodeAttribute()
Returns the code attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeEnhancer.init(JavaClass javaClass,
CodeAttribute codeAttr) |
void |
CodeVisitor.init(JavaClass javaClass,
CodeAttribute codeAttr) |
| Constructor and Description |
|---|
CodeEnhancer(JavaClass javaClass,
CodeAttribute code) |
CodeVisitor(JavaClass javaClass,
CodeAttribute codeAttr) |