Package | Description |
---|---|
org.apache.jdo.impl.enhancer.classfile |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
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
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.