Class TryCatchFinally

java.lang.Object
de.inetsoftware.classparser.TryCatchFinally

public class TryCatchFinally extends Object
  • Field Details

    • start

      private int start
    • end

      private int end
    • handler

      private final int handler
    • type

      private final ConstantClass type
  • Constructor Details

    • TryCatchFinally

      TryCatchFinally(DataInputStream input, @Nonnull ConstantPool constantPool) throws IOException
      http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.7.3 http://docs.oracle.com/javase/specs/jvms/se5.0/html/ClassFile.doc.html#1546
      Parameters:
      input -
      constantPool -
      Throws:
      IOException
  • Method Details

    • getStart

      public int getStart()
    • getEnd

      public int getEnd()
    • getHandler

      public int getHandler()
    • getType

      public ConstantClass getType()
    • isFinally

      public boolean isFinally()
    • setStart

      void setStart(int start)
    • setEnd

      void setEnd(int end)