Class: com.sun.org.apache.bcel.internal.generic.ATHROW
- public class ATHROW
- extends Instruction
- implements UnconditionalBranch, ExceptionThrower
ATHROW - Throw exception
Stack: ..., objectref -> objectref
Inheritance
Superclass tree:- java.lang.Object
- com.sun.org.apache.bcel.internal.generic.Instruction
- com.sun.org.apache.bcel.internal.generic.ATHROW
Methods
-
ATHROWtop
public ATHROW()Throw exception -
accepttop
public void accept(Visitor v)Call corresponding visitor method(s). The order is: Call visitor methods of implemented interfaces first, then call methods according to the class hierarchy in descending order, i.e., the most specific visitXXX() call comes last.- Override hierarchy:
- accept from Instruction
-
getExceptionstop
public Class[] getExceptions()- Specified by:
- getExceptions from ExceptionThrower
