Uses of Class
sootup.java.core.AnnotationUsage
Package
Description
-
Uses of AnnotationUsage in sootup.apk.frontend.dexpler
Modifier and TypeMethodDescriptionprotected static List<AnnotationUsage>
DexClassSource.convertAnnotation
(Set<? extends org.jf.dexlib2.iface.Annotation> annotations) protected Iterable<AnnotationUsage>
DexClassSource.resolveAnnotations()
-
Uses of AnnotationUsage in sootup.apk.frontend.Util
Modifier and TypeMethodDescriptionstatic Iterable<AnnotationUsage>
DexUtil.createAnnotationUsage
(Set<? extends org.jf.dexlib2.iface.Annotation> annotations) -
Uses of AnnotationUsage in sootup.java.bytecode.frontend.conversion
Modifier and TypeMethodDescriptionstatic AnnotationUsage
AsmUtil.createAnnotationUsage
(org.objectweb.asm.tree.AnnotationNode annotationNode) Modifier and TypeMethodDescriptionprotected static List<AnnotationUsage>
AsmAnnotationClassSource.convertAnnotation
(List<org.objectweb.asm.tree.AnnotationNode> nodes) static Iterable<AnnotationUsage>
AsmUtil.createAnnotationUsage
(List<org.objectweb.asm.tree.AnnotationNode> invisibleParameterAnnotation) protected Iterable<AnnotationUsage>
AsmAnnotationClassSource.resolveAnnotations()
-
Uses of AnnotationUsage in sootup.java.core
Modifier and TypeMethodDescriptionHasAnnotation.getAnnotations()
JavaSootClass.getAnnotations()
Get all annotations that are directly attached to this class.JavaSootField.getAnnotations()
JavaSootField.JavaSootFieldBuilder.getAnnotations()
JavaSootMethod.getAnnotations()
JavaSootMethod.JavaSootMethodBuilder.getAnnotations()
protected abstract Iterable<AnnotationUsage>
JavaSootClassSource.resolveAnnotations()
protected Iterable<AnnotationUsage>
OverridingJavaClassSource.resolveAnnotations()
Modifier and TypeMethodDescriptionJavaSootField.AnnotationOrSignatureStep.withAnnotation
(Iterable<AnnotationUsage> annotations) JavaSootField.JavaSootFieldBuilder.withAnnotation
(Iterable<AnnotationUsage> annotations) JavaSootMethod.AnnotationOrSignatureStep.withAnnotation
(Iterable<AnnotationUsage> annotations) JavaSootMethod.JavaSootMethodBuilder.withAnnotation
(Iterable<AnnotationUsage> annotations) JavaSootField.withAnnotations
(Iterable<AnnotationUsage> annotations) JavaSootMethod.withAnnotations
(Iterable<AnnotationUsage> annotations) ModifierConstructorDescriptionOverridingJavaClassSource
(AnalysisInputLocation srcNamespace, Path sourcePath, JavaClassType classType, JavaClassType superClass, Set<JavaClassType> interfaces, JavaClassType outerClass, Set<JavaSootField> sootFields, Set<JavaSootMethod> sootMethods, Position position, EnumSet<ClassModifier> modifiers, Iterable<AnnotationUsage> annotations, Iterable<AnnotationUsage> methodAnnotations, Iterable<AnnotationUsage> fieldAnnotations) Class source where all information already available -
Uses of AnnotationUsage in sootup.java.core.jimple.basic
Modifier and TypeMethodDescriptionJavaLocal.withAnnotations
(Iterable<AnnotationUsage> annotations) ModifierConstructorDescriptionJavaLocal
(String name, Type type, Iterable<AnnotationUsage> annotations) Constructs a JimpleLocal of the given name and type. -
Uses of AnnotationUsage in sootup.java.core.language