Uses of Class
jadx.core.clsp.ClspClass
Packages that use ClspClass
-
Uses of ClspClass in jadx.core.clsp
Fields in jadx.core.clsp declared as ClspClassFields in jadx.core.clsp with type parameters of type ClspClassMethods in jadx.core.clsp that return ClspClassModifier and TypeMethodDescriptionprivate static ClspClassprivate static ClspClassprivate static ClspClassClspGraph.getClsDetails(ArgType type) private @Nullable ClspClassClspGraph.getClspClass(ArgType clsType) Methods in jadx.core.clsp with parameters of type ClspClassModifier and TypeMethodDescriptionprivate voidClspGraph.addSuperTypes(ClspClass cls, Set<String> result) private ClspMethodClspGraph.getMethodFromClass(ClspClass cls, MethodInfo methodInfo) private StringClspGraph.searchCommonParent(Set<String> anc, ClspClass cls) Method parameters in jadx.core.clsp with type arguments of type ClspClassModifier and TypeMethodDescriptionvoidprivate static ClspClassprivate static ClspClassprivate static ClspClassprivate static voidClsSet.writeArgType(DataOutputStream out, ArgType argType, Map<String, ClspClass> names) private static voidClsSet.writeArgTypesArray(DataOutputStream out, @Nullable ArgType[] arr, Map<String, ClspClass> names) private static voidClsSet.writeArgTypesList(DataOutputStream out, List<ArgType> list, Map<String, ClspClass> names) private static voidClsSet.writeMethod(DataOutputStream out, ClspMethod method, Map<String, ClspClass> names) -
Uses of ClspClass in jadx.core.dex.visitors
Methods in jadx.core.dex.visitors with parameters of type ClspClassModifier and TypeMethodDescriptionprivate ClspMethodMethodThrowsVisitor.searchOverriddenMethod(ClspClass clsDetails, String signature)