Class ExceptionTableEntry

java.lang.Object
org.adoptopenjdk.jitwatch.model.bytecode.ExceptionTableEntry

public class ExceptionTableEntry extends Object
  • Field Details

    • from

      private int from
    • to

      private int to
    • target

      private int target
    • type

      private String type
  • Constructor Details

    • ExceptionTableEntry

      public ExceptionTableEntry(int from, int to, int target, String type)
  • Method Details

    • getFrom

      public int getFrom()
    • getTo

      public int getTo()
    • getTarget

      public int getTarget()
    • getType

      public String getType()
    • toString

      public String toString()
      Overrides:
      toString in class Object