Uses of Class
com.sun.jdo.api.persistence.enhancer.classfile.InsnTarget
-
Packages that use InsnTarget Package Description com.sun.jdo.api.persistence.enhancer.classfile -
-
Uses of InsnTarget in com.sun.jdo.api.persistence.enhancer.classfile
Methods in com.sun.jdo.api.persistence.enhancer.classfile that return InsnTarget Modifier and Type Method Description InsnTargetInsnLookupSwitch. defaultTarget()Return the defaultTarget for the switchInsnTargetInsnTableSwitch. defaultTarget()Return the defaultTarget for the switchInsnTargetExceptionRange. endPC()return the end of the exception hander (exclusive)InsnTarget[]AnnotatedMethodAttribute. getAnnotationRanges()InsnTargetExceptionRange. handlerPC()return the exception handler codeInsnTargetExceptionRange. 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.InsnTargetInsnTargetOp. target()Return the branch target which is the immediate operandMethods in com.sun.jdo.api.persistence.enhancer.classfile with parameters of type InsnTarget Modifier and Type Method Description static 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 InsnTarget Constructor Description AnnotatedMethodAttribute(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
-