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