|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.fub.bytecode.generic.Instruction | +--de.rwth.dfa.jvm.ExceptionHeaderInstruction
A class used to describe the entry of exception handlers. This pseudo instruction is inserted before the first real instruction of an exception handler.
Fields inherited from class de.fub.bytecode.generic.Instruction |
length, opcode |
Constructor Summary | |
ExceptionHeaderInstruction()
Creates a new ExceptionHeaderInstruction instance. |
Method Summary | |
void |
accept(de.fub.bytecode.generic.Visitor v)
|
Methods inherited from class de.fub.bytecode.generic.Instruction |
consumeStack, consumeStack, copy, dump, getLength, getOpcode, getTag, initFromFile, produceStack, produceStack, readInstruction, toString, toString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ExceptionHeaderInstruction()
ExceptionHeaderInstruction
instance.Method Detail |
public void accept(de.fub.bytecode.generic.Visitor v)
accept
in class de.fub.bytecode.generic.Instruction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |