Class JadxCodeRef

java.lang.Object
jadx.api.data.impl.JadxCodeRef
All Implemented Interfaces:
IJavaCodeRef, Comparable<IJavaCodeRef>

public class JadxCodeRef extends Object implements IJavaCodeRef
  • Field Details

    • attachType

      private CodeRefType attachType
    • index

      private int index
  • Constructor Details

    • JadxCodeRef

      public JadxCodeRef(CodeRefType attachType, int index)
    • JadxCodeRef

      public JadxCodeRef()
  • Method Details