Uses of Class
at.dms.classfile.CodePosition

Packages that use CodePosition
at.dms.classfile   
 

Uses of CodePosition in at.dms.classfile
 

Methods in at.dms.classfile that return CodePosition
(package private)  CodePosition InstructionHandle.getPosition()
          Gets the position of current instruction
 

Methods in at.dms.classfile with parameters of type CodePosition
(package private)  void Instruction.computeEndAddress(CodePosition position)
          Computes the address of the end of the instruction.
(package private)  void SwitchInstruction.computeEndAddress(CodePosition position)
          Computes the address of the end of the instruction.
(package private)  boolean InstructionHandle.setAddressAndAdvancePC(CodePosition position)
          Sets the position of this instruction and return true if address is final.
 void CodePosition.setPosition(CodePosition pos)
          Sets the value of this object from an other one
(package private)  void JumpInstruction.computeEndAddress(CodePosition position)
          Computes the address of the end of the instruction.