Class ThrowInstruction

  • All Implemented Interfaces:
    Constants, IInstruction, java.lang.Cloneable

    public final class ThrowInstruction
    extends Instruction
    This class represents the athrow instruction.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • isRethrow

        public boolean isRethrow()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • visit

        public void visit​(IInstruction.Visitor v)
                   throws java.lang.IllegalArgumentException
        Description copied from class: Instruction
        Apply a Visitor to this instruction. We invoke the appropriate Visitor method according to the type of this instruction.
        Specified by:
        visit in interface IInstruction
        Specified by:
        visit in class Instruction
        Throws:
        java.lang.IllegalArgumentException
      • isPEI

        public boolean isPEI()
        Description copied from interface: IInstruction
        PEI == "Potentially excepting instruction"
        Returns:
        true iff this instruction might throw an exception