Class SSAThrowInstruction


public abstract class SSAThrowInstruction extends SSAAbstractThrowInstruction
An instruction which unconditionally throws an exception
  • Constructor Details

    • SSAThrowInstruction

      protected SSAThrowInstruction(int iindex, int exception)
  • Method Details