Package jadx.api.data
Interface IJavaCodeRef
-
- All Superinterfaces:
java.lang.Comparable<IJavaCodeRef>
- All Known Implementing Classes:
JadxCodeRef
public interface IJavaCodeRef extends java.lang.Comparable<IJavaCodeRef>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default intcompareTo(@NotNull IJavaCodeRef o)CodeRefTypegetAttachType()intgetIndex()
-
-
-
Method Detail
-
getAttachType
CodeRefType getAttachType()
-
getIndex
int getIndex()
-
compareTo
default int compareTo(@NotNull @NotNull IJavaCodeRef o)- Specified by:
compareToin interfacejava.lang.Comparable<IJavaCodeRef>
-
-