mjc

Uses of Class
org.multijava.util.classfile.CodePosition

Packages that use CodePosition
org.multijava.util.classfile Provides an editor for classfiles used by MultiJava and the Java Modeling Language
 

Uses of CodePosition in org.multijava.util.classfile
 

Fields in org.multijava.util.classfile declared as CodePosition
private  CodePosition InstructionHandle.position
           
 

Methods in org.multijava.util.classfile that return CodePosition
(package private)  CodePosition InstructionHandle.getPosition()
          Gets the position of current instruction
 

Methods in org.multijava.util.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 JumpInstruction.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
 


mjc

mjc is Copyright (C) 2000-2004 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. mjc is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.