Class HotThrowResult


  • public class HotThrowResult
    extends java.lang.Object
    • Field Detail

      • bci

        private int bci
      • exceptionType

        private java.lang.String exceptionType
      • preallocated

        private boolean preallocated
    • Constructor Detail

      • HotThrowResult

        public HotThrowResult​(IMetaMember member,
                              int bci,
                              java.lang.String exceptionType,
                              boolean preallocated)
    • Method Detail

      • getBci

        public int getBci()
      • getExceptionType

        public java.lang.String getExceptionType()
      • isPreallocated

        public boolean isPreallocated()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object