Uses of Class
com.sun.jdo.api.persistence.enhancer.classfile.InsnTarget
Packages that use InsnTarget
-
Uses of InsnTarget in com.sun.jdo.api.persistence.enhancer.classfile
Methods in com.sun.jdo.api.persistence.enhancer.classfile that return InsnTargetModifier and TypeMethodDescriptionInsnLookupSwitch.defaultTarget()Return the defaultTarget for the switchInsnTableSwitch.defaultTarget()Return the defaultTarget for the switchExceptionRange.endPC()return the end of the exception hander (exclusive)AnnotatedMethodAttribute.getAnnotationRanges()ExceptionRange.handlerPC()return the exception handler codeExceptionRange.startPC()return the start of the exception hander (inclusive)InsnLookupSwitch.switchTargets()Return the targets for the cases of the switch.InsnTableSwitch.switchTargets()Return the targets for the cases of the switch.InsnTargetOp.target()Return the branch target which is the immediate operandMethods in com.sun.jdo.api.persistence.enhancer.classfile with parameters of type InsnTargetModifier and TypeMethodDescriptionstatic InsnInsn.create(int theOpCode, InsnTarget target) Create an instruction which requires a single branch offset as an immediate operand.voidAnnotatedMethodAttribute.setAnnotationRanges(InsnTarget[] ranges) Constructors in com.sun.jdo.api.persistence.enhancer.classfile with parameters of type InsnTargetModifierConstructorDescriptionAnnotatedMethodAttribute(ConstUtf8 nameAttr, short version, short annFlags, InsnTarget[] annRanges) ConstructorExceptionRange(InsnTarget startPC, InsnTarget endPC, InsnTarget handlerPC, ConstClass catchType) constructorInsnLookupSwitch(InsnTarget defaultOp, int[] matchesOp, InsnTarget[] targetsOp) Constructor for opc_lookupswitchInsnTableSwitch(int lowOp, InsnTarget defaultOp, InsnTarget[] targetsOp) Constructor for opc_tableswitchLineNumberTableAttribute(ConstUtf8 nameAttr, short[] lineNums, InsnTarget[] targets) ConstructorLocalVariable(InsnTarget startPC, InsnTarget endPC, ConstUtf8 name, ConstUtf8 sig, int slot) Constructor for a local variable