Class ExceptionBlock

java.lang.Object
ai.timefold.jpyinterpreter.ExceptionBlock

public class ExceptionBlock extends Object
  • Constructor Details

    • ExceptionBlock

      public ExceptionBlock(int blockStartInstructionInclusive, int blockEndInstructionExclusive, int targetInstruction, int stackDepth, boolean pushLastIndex)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getBlockStartInstructionInclusive

      public int getBlockStartInstructionInclusive()
    • getBlockEndInstructionExclusive

      public int getBlockEndInstructionExclusive()
    • getTargetInstruction

      public int getTargetInstruction()
    • getStackDepth

      public int getStackDepth()
    • isPushLastIndex

      public boolean isPushLastIndex()
    • containsAnyTargetInSet

      public boolean containsAnyTargetInSet(Set<Integer> possibleJumpTargetSet)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object