Uses of Enum
jadx.api.data.IJavaNodeRef.RefType
Packages that use IJavaNodeRef.RefType
-
Uses of IJavaNodeRef.RefType in jadx.api.data
Methods in jadx.api.data that return IJavaNodeRef.RefTypeModifier and TypeMethodDescriptionIJavaNodeRef.getType()static IJavaNodeRef.RefTypeReturns the enum constant of this type with the specified name.static IJavaNodeRef.RefType[]IJavaNodeRef.RefType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IJavaNodeRef.RefType in jadx.api.data.impl
Fields in jadx.api.data.impl declared as IJavaNodeRef.RefTypeMethods in jadx.api.data.impl that return IJavaNodeRef.RefTypeMethods in jadx.api.data.impl with parameters of type IJavaNodeRef.RefTypeConstructors in jadx.api.data.impl with parameters of type IJavaNodeRef.RefTypeModifierConstructorDescriptionJadxNodeRef(IJavaNodeRef.RefType refType, String declClass, @Nullable String shortId)