Uses of Interface
jadx.api.data.IJavaNodeRef
Packages that use IJavaNodeRef
-
Uses of IJavaNodeRef in jadx.api.data
Methods in jadx.api.data that return IJavaNodeRef -
Uses of IJavaNodeRef in jadx.api.data.impl
Classes in jadx.api.data.impl that implement IJavaNodeRefFields in jadx.api.data.impl declared as IJavaNodeRefModifier and TypeFieldDescriptionprivate IJavaNodeRefJadxCodeComment.nodeRefprivate IJavaNodeRefJadxCodeRename.nodeRefFields in jadx.api.data.impl with type parameters of type IJavaNodeRefModifier and TypeFieldDescriptionprivate static final Comparator<IJavaNodeRef> JadxNodeRef.COMPARATORMethods in jadx.api.data.impl that return IJavaNodeRefMethods in jadx.api.data.impl with parameters of type IJavaNodeRefModifier and TypeMethodDescriptionintJadxNodeRef.compareTo(@NotNull IJavaNodeRef other) voidJadxCodeComment.setNodeRef(IJavaNodeRef nodeRef) voidJadxCodeRename.setNodeRef(IJavaNodeRef nodeRef) Constructors in jadx.api.data.impl with parameters of type IJavaNodeRefModifierConstructorDescriptionJadxCodeComment(IJavaNodeRef nodeRef, @Nullable IJavaCodeRef codeRef, String comment) JadxCodeComment(IJavaNodeRef nodeRef, @Nullable IJavaCodeRef codeRef, String comment, CommentStyle style) JadxCodeComment(IJavaNodeRef nodeRef, String comment) JadxCodeComment(IJavaNodeRef nodeRef, String comment, CommentStyle style) JadxCodeRename(IJavaNodeRef nodeRef, @Nullable IJavaCodeRef codeRef, String newName) JadxCodeRename(IJavaNodeRef nodeRef, String newName)