Uses of Class
sootup.java.core.AnnotationUsage
Packages that use AnnotationUsage
Package
Description
-
Uses of AnnotationUsage in sootup.apk.frontend.dexpler
Methods in sootup.apk.frontend.dexpler that return types with arguments of type AnnotationUsageModifier and TypeMethodDescriptionprotected 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
Methods in sootup.apk.frontend.Util that return types with arguments of type AnnotationUsageModifier and TypeMethodDescriptionstatic Iterable<AnnotationUsage>
DexUtil.createAnnotationUsage
(Set<? extends org.jf.dexlib2.iface.Annotation> annotations) -
Uses of AnnotationUsage in sootup.java.bytecode.frontend.conversion
Methods in sootup.java.bytecode.frontend.conversion that return AnnotationUsageModifier and TypeMethodDescriptionstatic AnnotationUsage
AsmUtil.createAnnotationUsage
(org.objectweb.asm.tree.AnnotationNode annotationNode) Methods in sootup.java.bytecode.frontend.conversion that return types with arguments of type AnnotationUsageModifier and TypeMethodDescriptionprotected static List<AnnotationUsage>
AsmAnnotationClassSource.convertAnnotation
(List<org.objectweb.asm.tree.AnnotationNode> nodes) static Iterable<AnnotationUsage>
AsmUtil.createAnnotationUsage
(List<? extends org.objectweb.asm.tree.AnnotationNode> invisibleParameterAnnotation) protected Iterable<AnnotationUsage>
AsmAnnotationClassSource.resolveAnnotations()
-
Uses of AnnotationUsage in sootup.java.core
Methods in sootup.java.core that return types with arguments of type AnnotationUsageModifier and TypeMethodDescriptionHasAnnotation.getAnnotations()
@NonNull Iterable<AnnotationUsage>
JavaSootClass.getAnnotations()
Get all annotations that are directly attached to this class.@NonNull Iterable<AnnotationUsage>
JavaSootField.getAnnotations()
@NonNull Iterable<AnnotationUsage>
JavaSootField.JavaSootFieldBuilder.getAnnotations()
@NonNull Iterable<AnnotationUsage>
JavaSootMethod.getAnnotations()
@NonNull Iterable<AnnotationUsage>
JavaSootMethod.JavaSootMethodBuilder.getAnnotations()
protected abstract Iterable<AnnotationUsage>
JavaSootClassSource.resolveAnnotations()
protected @NonNull Iterable<AnnotationUsage>
OverridingJavaClassSource.resolveAnnotations()
Method parameters in sootup.java.core with type arguments of type AnnotationUsageModifier and TypeMethodDescriptionJavaSootField.AnnotationOrSignatureStep.withAnnotation
(Iterable<AnnotationUsage> annotations) @NonNull SootField.BuildStep
JavaSootField.JavaSootFieldBuilder.withAnnotation
(Iterable<AnnotationUsage> annotations) JavaSootMethod.AnnotationOrSignatureStep.withAnnotation
(@NonNull Iterable<AnnotationUsage> annotations) @NonNull SootMethod.BuildStep
JavaSootMethod.JavaSootMethodBuilder.withAnnotation
(@NonNull Iterable<AnnotationUsage> annotations) @NonNull JavaSootField
JavaSootField.withAnnotations
(@NonNull Iterable<AnnotationUsage> annotations) @NonNull JavaSootMethod
JavaSootMethod.withAnnotations
(@NonNull Iterable<AnnotationUsage> annotations) Constructor parameters in sootup.java.core with type arguments of type AnnotationUsageModifierConstructorDescriptionOverridingJavaClassSource
(@NonNull AnalysisInputLocation srcNamespace, @NonNull Path sourcePath, @NonNull JavaClassType classType, @Nullable JavaClassType superClass, @NonNull Set<JavaClassType> interfaces, @Nullable JavaClassType outerClass, @NonNull Set<JavaSootField> sootFields, @NonNull Set<JavaSootMethod> sootMethods, @NonNull Position position, @NonNull EnumSet<ClassModifier> modifiers, @NonNull Iterable<AnnotationUsage> annotations, @NonNull Iterable<AnnotationUsage> methodAnnotations, @Nullable Iterable<AnnotationUsage> fieldAnnotations) Class source where all information already available -
Uses of AnnotationUsage in sootup.java.core.jimple.basic
Methods in sootup.java.core.jimple.basic that return types with arguments of type AnnotationUsageMethod parameters in sootup.java.core.jimple.basic with type arguments of type AnnotationUsageModifier and TypeMethodDescription@NonNull Local
JavaLocal.withAnnotations
(@NonNull Iterable<AnnotationUsage> annotations) Constructor parameters in sootup.java.core.jimple.basic with type arguments of type AnnotationUsageModifierConstructorDescriptionJavaLocal
(@NonNull String name, @NonNull Type type, @NonNull Iterable<AnnotationUsage> annotations) Constructs a JimpleLocal of the given name and type. -
Uses of AnnotationUsage in sootup.java.core.language
Method parameters in sootup.java.core.language with type arguments of type AnnotationUsage