Uses of Class
org.jf.dexlib2.analysis.ClassPath
Packages that use ClassPath
-
Uses of ClassPath in org.jf.baksmali
Fields in org.jf.baksmali declared as ClassPathMethods in org.jf.baksmali that return ClassPathModifier and TypeMethodDescriptionAnalysisArguments.loadClassPathForDexFile(File dexFileDir, MultiDexContainer.DexEntry<? extends DexBackedDexFile> dexEntry, boolean checkPackagePrivateAccess) AnalysisArguments.loadClassPathForDexFile(File dexFileDir, MultiDexContainer.DexEntry<? extends DexBackedDexFile> dexEntry, boolean checkPackagePrivateAccess, int oatVersion) -
Uses of ClassPath in org.jf.dexlib2.analysis
Fields in org.jf.dexlib2.analysis declared as ClassPathModifier and TypeFieldDescriptionprotected final ClassPathArrayProto.classPathprotected final ClassPathClassProto.classPathprivate final ClassPathCustomInlineMethodResolver.classPathprivate final ClassPathMethodAnalyzer.classPathprotected final ClassPathPrimitiveProto.classPathprotected final ClassPathUnknownClassProto.classPathMethods in org.jf.dexlib2.analysis that return ClassPathModifier and TypeMethodDescriptionArrayProto.getClassPath()ClassProto.getClassPath()MethodAnalyzer.getClassPath()PrimitiveProto.getClassPath()TypeProto.getClassPath()UnknownClassProto.getClassPath()Methods in org.jf.dexlib2.analysis with parameters of type ClassPathModifier and TypeMethodDescription(package private) static booleanMethodAnalyzer.canPropagateTypeAfterInstanceOf(AnalyzedInstruction analyzedInstanceOfInstruction, AnalyzedInstruction analyzedIfInstruction, ClassPath classPath) static RegisterTypeRegisterType.getRegisterType(ClassPath classPath, CharSequence type) Constructors in org.jf.dexlib2.analysis with parameters of type ClassPathModifierConstructorDescriptionArrayProto(ClassPath classPath, String type) ClassProto(ClassPath classPath, String type) CustomInlineMethodResolver(ClassPath classPath, File inlineTable) CustomInlineMethodResolver(ClassPath classPath, String inlineTable) MethodAnalyzer(ClassPath classPath, Method method, InlineMethodResolver inlineResolver, boolean normalizeVirtualMethods) PrimitiveProto(ClassPath classPath, String type) UnknownClassProto(ClassPath classPath)