|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.fub.bytecode.generic.InstructionHandle | +--de.rwth.dfa.jvm.ExceptionHeaderInstructionHandle
A handle for the ExceptionHeaderInstruction
.
Field Summary | |
protected de.fub.bytecode.generic.InstructionHandle |
origin
|
protected java.lang.String |
text
|
Fields inherited from class de.fub.bytecode.generic.InstructionHandle |
i_position |
Constructor Summary | |
ExceptionHeaderInstructionHandle(java.lang.String text,
de.fub.bytecode.generic.InstructionHandle origin)
Creates a new ExceptionHeaderInstructionHandle instance. |
Method Summary | |
de.fub.bytecode.generic.InstructionHandle |
getOrigin()
|
java.lang.String |
toString()
|
Methods inherited from class de.fub.bytecode.generic.InstructionHandle |
accept, addAttribute, addHandle, addTargeter, getAttribute, getInstruction, getNext, getPosition, getPrev, getTargeters, hasTargeters, removeAllTargeters, removeAttribute, removeTargeter, setInstruction, swapInstruction, toString, updatePosition |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String text
protected de.fub.bytecode.generic.InstructionHandle origin
Constructor Detail |
public ExceptionHeaderInstructionHandle(java.lang.String text, de.fub.bytecode.generic.InstructionHandle origin)
ExceptionHeaderInstructionHandle
instance.text
- a String
valueorigin
- an InstructionHandle
valueMethod Detail |
public java.lang.String toString()
toString
in class de.fub.bytecode.generic.InstructionHandle
public de.fub.bytecode.generic.InstructionHandle getOrigin()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |