Package sootup.apk.frontend.dexpler
Class DexClassSource
java.lang.Object
sootup.java.core.JavaSootClassSource
sootup.apk.frontend.dexpler.DexClassSource
- All Implemented Interfaces:
SootClassSource
-
Field Summary
Fields inherited from class sootup.java.core.JavaSootClassSource
analysisInputLocation, classSignature, sourcePath
-
Constructor Summary
ConstructorsConstructorDescriptionDexClassSource
(@NonNull View view, @NonNull AnalysisInputLocation analysisInputLocation, @NonNull ClassType classSignature, @NonNull Path sourcePath) -
Method Summary
Modifier and TypeMethodDescriptionprotected List<AnnotationUsage>
convertAnnotation
(Set<? extends org.jf.dexlib2.iface.Annotation> annotations) @NonNull View
getView()
protected Iterable<AnnotationUsage>
@NonNull Collection<? extends SootField>
Reads from the source to retrieve its fields.Reads from the source to retrieve its directly implemented interfaces.@NonNull Collection<? extends JavaSootMethod>
Reads from the source to retrieve its methods.@NonNull Set<ClassModifier>
Reads from the source to retrieve its modifiers.Reads from the source to retrieve its outer class, if this is an inner class.@NonNull Position
Reads from the source to retrieve its position in the source code.Reads from the source to retrieve its superclass, if present.Methods inherited from class sootup.java.core.JavaSootClassSource
buildClass, equals, getAnalysisInputLocation, getClassType, getSourcePath, hashCode
-
Constructor Details
-
DexClassSource
public DexClassSource(@NonNull View view, @NonNull AnalysisInputLocation analysisInputLocation, @NonNull ClassType classSignature, @NonNull Path sourcePath)
-
-
Method Details
-
getView
-
resolveMethods
Description copied from interface:SootClassSource
Reads from the source to retrieve its methods. This may be an expensive operation.- Throws:
ResolveException
-
resolveFields
Description copied from interface:SootClassSource
Reads from the source to retrieve its fields. This may be an expensive operation.- Throws:
ResolveException
-
resolveModifiers
Description copied from interface:SootClassSource
Reads from the source to retrieve its modifiers. This may be an expensive operation. -
resolveInterfaces
Description copied from interface:SootClassSource
Reads from the source to retrieve its directly implemented interfaces. This may be an expensive operation. -
resolveSuperclass
Description copied from interface:SootClassSource
Reads from the source to retrieve its superclass, if present. This may be an expensive operation. -
resolveOuterClass
Description copied from interface:SootClassSource
Reads from the source to retrieve its outer class, if this is an inner class. This may be an expensive operation.- Returns:
-
resolvePosition
Description copied from interface:SootClassSource
Reads from the source to retrieve its position in the source code. This may be an expensive operation. -
resolveAnnotations
- Specified by:
resolveAnnotations
in classJavaSootClassSource
-
convertAnnotation
protected List<AnnotationUsage> convertAnnotation(Set<? extends org.jf.dexlib2.iface.Annotation> annotations)
-