Uses of Class
at.dms.classfile.InstructionHandle

Packages that use InstructionHandle
at.dms.classfile   
 

Uses of InstructionHandle in at.dms.classfile
 

Methods in at.dms.classfile that return InstructionHandle
 InstructionHandle InstructionHandle.getNext()
          Returns the handle of the next instruction in textual order.
 

Methods in at.dms.classfile with parameters of type InstructionHandle
(package private)  void CodeEnv.checkExecutionPath(InstructionHandle handle, int curStack)
          Verifies execution path(s) starting at specified instruction.
 

Constructors in at.dms.classfile with parameters of type InstructionHandle
InstructionHandle(Instruction insn, InstructionHandle prev)
          Creates a new instruction handle.
HandleCreator(Instruction[] insns, InstructionHandle[] handles)
          Creates a new HandleCreator object