Class JadxCodeRef

    • Constructor Detail

      • JadxCodeRef

        public JadxCodeRef​(CodeRefType attachType,
                           int index)
      • JadxCodeRef

        public JadxCodeRef()
    • Method Detail

      • forInsn

        public static JadxCodeRef forInsn​(int offset)
      • forMthArg

        public static JadxCodeRef forMthArg​(int argIndex)
      • forVar

        public static JadxCodeRef forVar​(int regNum,
                                         int ssaVersion)
      • forCatch

        public static JadxCodeRef forCatch​(int handlerOffset)
      • setAttachType

        public void setAttachType​(CodeRefType attachType)
      • setIndex

        public void setIndex​(int index)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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