|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||