Package jadx.api.data.impl
Class JadxCodeRef
java.lang.Object
jadx.api.data.impl.JadxCodeRef
- All Implemented Interfaces:
IJavaCodeRef,Comparable<IJavaCodeRef>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic JadxCodeRefforCatch(int handlerOffset) static JadxCodeRefforInsn(int offset) static JadxCodeRefforMthArg(int argIndex) static JadxCodeRefforVar(int regNum, int ssaVersion) static JadxCodeRefforVar(JavaVariable javaVariable) static JadxCodeRefintgetIndex()inthashCode()voidsetAttachType(CodeRefType attachType) voidsetIndex(int index) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface jadx.api.data.IJavaCodeRef
compareTo
-
Field Details
-
attachType
-
index
private int index
-
-
Constructor Details
-
JadxCodeRef
-
JadxCodeRef
public JadxCodeRef()
-
-
Method Details
-
forInsn
-
forMthArg
-
forVar
-
forVar
-
forVar
-
forCatch
-
getAttachType
- Specified by:
getAttachTypein interfaceIJavaCodeRef
-
setAttachType
-
getIndex
public int getIndex()- Specified by:
getIndexin interfaceIJavaCodeRef
-
setIndex
public void setIndex(int index) -
equals
-
hashCode
public int hashCode() -
toString
-