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 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
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()
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()
Method parameters in sootup.java.core with type arguments of type AnnotationUsageModifier 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) Constructor parameters in sootup.java.core with type arguments of type AnnotationUsageModifierConstructorDescriptionOverridingJavaClassSource
(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
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 TypeMethodDescriptionJavaLocal.withAnnotations
(Iterable<AnnotationUsage> annotations) Constructor parameters in sootup.java.core.jimple.basic with type arguments of type AnnotationUsageModifierConstructorDescriptionJavaLocal
(String name, Type type, 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