| Package | Description |
|---|---|
| org.datanucleus.asm |
ASM v4.1 : a small and fast bytecode manipulation framework.
|
| org.datanucleus.enhancer.jdo |
Class Enhancer for the JDO bytecode enhancement contract, using ASM.
|
| Modifier and Type | Method and Description |
|---|---|
protected Label[] |
Attribute.getLabels()
Returns the labels corresponding to this attribute.
|
protected Label |
ClassReader.readLabel(int offset,
Label[] labels)
Returns the label corresponding to the given offset.
|
| 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. |
protected Label |
ClassReader.readLabel(int offset,
Label[] labels)
Returns the label corresponding to the given offset.
|
void |
MethodVisitor.visitJumpInsn(int opcode,
Label label)
Visits a jump instruction.
|
void |
MethodVisitor.visitLabel(Label label)
Visits a label.
|
void |
MethodVisitor.visitLineNumber(int line,
Label start)
Visits a line number declaration.
|
void |
MethodVisitor.visitLocalVariable(String name,
String desc,
String signature,
Label start,
Label end,
int index)
Visits a local variable declaration.
|
void |
MethodVisitor.visitLookupSwitchInsn(Label dflt,
int[] keys,
Label[] labels)
Visits a LOOKUPSWITCH instruction.
|
void |
MethodVisitor.visitLookupSwitchInsn(Label dflt,
int[] keys,
Label[] labels)
Visits a LOOKUPSWITCH instruction.
|
void |
MethodVisitor.visitTableSwitchInsn(int min,
int max,
Label dflt,
Label... labels)
Visits a TABLESWITCH instruction.
|
void |
MethodVisitor.visitTableSwitchInsn(int min,
int max,
Label dflt,
Label... labels)
Visits a TABLESWITCH instruction.
|
void |
MethodVisitor.visitTryCatchBlock(Label start,
Label end,
Label handler,
String type)
Visits a try catch block.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JDOPropertyGetterAdapter.visitJumpInsn(int arg0,
Label arg1) |
void |
JDOPropertySetterAdapter.visitJumpInsn(int arg0,
Label arg1) |
void |
JDOPropertyGetterAdapter.visitLabel(Label arg0) |
void |
JDOPropertySetterAdapter.visitLabel(Label arg0) |
void |
JDOPropertyGetterAdapter.visitLineNumber(int arg0,
Label arg1) |
void |
JDOPropertySetterAdapter.visitLineNumber(int arg0,
Label arg1) |
void |
JDOPropertyGetterAdapter.visitLocalVariable(String arg0,
String arg1,
String arg2,
Label arg3,
Label arg4,
int arg5) |
void |
JDOPropertySetterAdapter.visitLocalVariable(String arg0,
String arg1,
String arg2,
Label arg3,
Label arg4,
int arg5) |
void |
JDOPropertyGetterAdapter.visitLookupSwitchInsn(Label arg0,
int[] arg1,
Label[] arg2) |
void |
JDOPropertyGetterAdapter.visitLookupSwitchInsn(Label arg0,
int[] arg1,
Label[] arg2) |
void |
JDOPropertySetterAdapter.visitLookupSwitchInsn(Label arg0,
int[] arg1,
Label[] arg2) |
void |
JDOPropertySetterAdapter.visitLookupSwitchInsn(Label arg0,
int[] arg1,
Label[] arg2) |
void |
JDOPropertyGetterAdapter.visitTableSwitchInsn(int arg0,
int arg1,
Label arg2,
Label... arg3) |
void |
JDOPropertyGetterAdapter.visitTableSwitchInsn(int arg0,
int arg1,
Label arg2,
Label... arg3) |
void |
JDOPropertySetterAdapter.visitTableSwitchInsn(int arg0,
int arg1,
Label arg2,
Label... arg3) |
void |
JDOPropertySetterAdapter.visitTableSwitchInsn(int arg0,
int arg1,
Label arg2,
Label... arg3) |
void |
JDOPropertyGetterAdapter.visitTryCatchBlock(Label arg0,
Label arg1,
Label arg2,
String arg3) |
void |
JDOPropertySetterAdapter.visitTryCatchBlock(Label arg0,
Label arg1,
Label arg2,
String arg3) |
Copyright © 2013. All Rights Reserved.