|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.bcel.generic.Instruction | +--org.apache.bcel.generic.ATHROW
ATHROW - Throw exception
Stack: ..., objectref -> objectref
Fields inherited from class org.apache.bcel.generic.Instruction |
length, opcode |
Constructor Summary | |
ATHROW()
Throw exception |
Method Summary | |
void |
accept(Visitor v)
Call corresponding visitor method(s). |
java.lang.Class[] |
getExceptions()
|
Methods inherited from class org.apache.bcel.generic.Instruction |
consumeStack, copy, dump, getLength, getOpcode, initFromFile, 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 ATHROW()
Method Detail |
public java.lang.Class[] getExceptions()
getExceptions
in interface ExceptionThrower
public void accept(Visitor v)
accept
in class Instruction
v
- Visitor object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |