Class AbnormalFinallyBlockReturn.FinallyBlockInfo

  • Enclosing class:
    AbnormalFinallyBlockReturn

    static class AbnormalFinallyBlockReturn.FinallyBlockInfo
    extends java.lang.Object
    holds the finally block information for a particular method.
    • Constructor Summary

      Constructors 
      Constructor Description
      FinallyBlockInfo​(int start)
      create a finally block info for a specific code range
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • startPC

        public int startPC
      • monitorCount

        public int monitorCount
      • exReg

        public int exReg
    • Constructor Detail

      • FinallyBlockInfo

        FinallyBlockInfo​(int start)
        create a finally block info for a specific code range
        Parameters:
        start - the start of the try block
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object