Uses of Class
org.apache.jdo.impl.enhancer.classfile.InsnTarget

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 InsnTargetOp.target()
          Return the branch target which is the immediate operand
 InsnTarget ExceptionRange.startPC()
          return the start of the exception hander (inclusive)
 InsnTarget ExceptionRange.endPC()
          return the end of the exception hander (exclusive)
 InsnTarget ExceptionRange.handlerPC()
          return the exception handler code
 InsnTarget InsnTableSwitch.defaultTarget()
          Return the defaultTarget for the switch
 InsnTarget[] InsnTableSwitch.switchTargets()
          Return the targets for the cases of the switch.
 InsnTarget InsnLookupSwitch.defaultTarget()
          Return the defaultTarget for the switch
 InsnTarget[] InsnLookupSwitch.switchTargets()
          Return the targets for the cases of the switch.
 InsnTarget[] AnnotatedMethodAttribute.getAnnotationRanges()
           
 

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
LocalVariable(InsnTarget startPC, InsnTarget endPC, ConstUtf8 name, ConstUtf8 sig, int slot)
          Constructor for a local variable
ExceptionRange(InsnTarget startPC, InsnTarget endPC, InsnTarget handlerPC, ConstClass catchType)
          constructor
InsnTableSwitch(int lowOp, InsnTarget defaultOp, InsnTarget[] targetsOp)
          Constructor for opc_tableswitch
InsnLookupSwitch(InsnTarget defaultOp, int[] matchesOp, InsnTarget[] targetsOp)
          Constructor for opc_lookupswitch
LineNumberTableAttribute(ConstUtf8 nameAttr, short[] lineNums, InsnTarget[] targets)
          Constructor
AnnotatedMethodAttribute(ConstUtf8 nameAttr, short version, short annFlags, InsnTarget[] annRanges)
          Constructor
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.