|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InsnTarget | |
---|---|
org.apache.jdo.impl.enhancer.classfile |
Uses of InsnTarget in org.apache.jdo.impl.enhancer.classfile |
---|
Methods in org.apache.jdo.impl.enhancer.classfile that return InsnTarget | |
---|---|
InsnTarget |
InsnLookupSwitch.defaultTarget()
Return the defaultTarget for the switch |
InsnTarget |
InsnTableSwitch.defaultTarget()
Return the defaultTarget for the switch |
InsnTarget |
ExceptionRange.endPC()
return the end of the exception hander (exclusive) |
InsnTarget[] |
AnnotatedMethodAttribute.getAnnotationRanges()
|
InsnTarget |
ExceptionRange.handlerPC()
return the exception handler code |
InsnTarget |
ExceptionRange.startPC()
return the start of the exception hander (inclusive) |
InsnTarget[] |
InsnLookupSwitch.switchTargets()
Return the targets for the cases of the switch. |
InsnTarget[] |
InsnTableSwitch.switchTargets()
Return the targets for the cases of the switch. |
InsnTarget |
InsnTargetOp.target()
Return the branch target which is the immediate operand |
Methods in org.apache.jdo.impl.enhancer.classfile with parameters of type InsnTarget | |
---|---|
static Insn |
Insn.create(int theOpCode,
InsnTarget target)
Create an instruction which requires a single branch offset as an immediate operand. |
void |
AnnotatedMethodAttribute.setAnnotationRanges(InsnTarget[] ranges)
|
Constructors in org.apache.jdo.impl.enhancer.classfile with parameters of type InsnTarget | |
---|---|
AnnotatedMethodAttribute(ConstUtf8 nameAttr,
short version,
short annFlags,
InsnTarget[] annRanges)
Constructor |
|
ExceptionRange(InsnTarget startPC,
InsnTarget endPC,
InsnTarget handlerPC,
ConstClass catchType)
constructor |
|
InsnLookupSwitch(InsnTarget defaultOp,
int[] matchesOp,
InsnTarget[] targetsOp)
Constructor for opc_lookupswitch |
|
InsnLookupSwitch(InsnTarget defaultOp,
int[] matchesOp,
InsnTarget[] targetsOp)
Constructor for opc_lookupswitch |
|
InsnTableSwitch(int lowOp,
InsnTarget defaultOp,
InsnTarget[] targetsOp)
Constructor for opc_tableswitch |
|
InsnTableSwitch(int lowOp,
InsnTarget defaultOp,
InsnTarget[] targetsOp)
Constructor for opc_tableswitch |
|
LineNumberTableAttribute(ConstUtf8 nameAttr,
short[] lineNums,
InsnTarget[] targets)
Constructor |
|
LocalVariable(InsnTarget startPC,
InsnTarget endPC,
ConstUtf8 name,
ConstUtf8 sig,
int slot)
Constructor for a local variable |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |