Package jadx.api.data
Interface IJavaNodeRef
-
- All Superinterfaces:
java.lang.Comparable<IJavaNodeRef>
- All Known Implementing Classes:
JadxNodeRef
public interface IJavaNodeRef extends java.lang.Comparable<IJavaNodeRef>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIJavaNodeRef.RefType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDeclaringClass()java.lang.StringgetShortId()IJavaNodeRef.RefTypegetType()
-
-
-
Method Detail
-
getType
IJavaNodeRef.RefType getType()
-
getDeclaringClass
java.lang.String getDeclaringClass()
-
getShortId
java.lang.String getShortId()
-
-