|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.bcel.generic.Instruction
edu.umd.cs.findbugs.ba.ir.ExtendedInstruction
edu.umd.cs.findbugs.ba.ir.PushException
public class PushException
Synthetic instruction to clear the operand stack and push the caught exception object. This will appear as the first instruction in every catch block.
Note: this class is just an idea sketch. There is no guarantee it will ever be used for anything.
Field Summary |
---|
Fields inherited from class org.apache.bcel.generic.Instruction |
---|
length, opcode |
Method Summary | |
---|---|
void |
accept(ExtendedVisitor visitor)
Deprecated. |
static PushException |
instance()
Deprecated. |
Methods inherited from class edu.umd.cs.findbugs.ba.ir.ExtendedInstruction |
---|
accept, hashCode |
Methods inherited from class org.apache.bcel.generic.Instruction |
---|
consumeStack, copy, dump, equals, getComparator, getLength, getName, getOpcode, initFromFile, produceStack, readInstruction, setComparator, toString, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static PushException instance()
public void accept(ExtendedVisitor visitor)
accept
in class ExtendedInstruction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |