Uses of Class
pascal.taie.language.annotation.Annotation
Packages that use Annotation
Package
Description
Provides representation of annotations in the program being analyzed.
Provides functionality related to management of classes (class loading,
class members, class hierarchy, etc.) in the program being analyzed.
-
Uses of Annotation in pascal.taie.analysis.pta.plugin.util
Methods in pascal.taie.analysis.pta.plugin.util that return AnnotationModifier and TypeMethodDescriptionstatic Annotation
CSObjs.toAnnotation
(CSObj csObj) Converts a CSObj of an Annotation to the Annotation. -
Uses of Annotation in pascal.taie.language.annotation
Methods in pascal.taie.language.annotation that return AnnotationModifier and TypeMethodDescriptionAnnotationElement.annotation()
Returns the value of theannotation
record component.Annotated.getAnnotation
(String annotationType) AnnotationHolder.getAnnotation
(String annotationType) Methods in pascal.taie.language.annotation that return types with arguments of type AnnotationMethod parameters in pascal.taie.language.annotation with type arguments of type AnnotationModifier and TypeMethodDescriptionstatic AnnotationHolder
AnnotationHolder.make
(Collection<Annotation> annotations) Creates an annotation holder that contains the annotations in given collection.Constructors in pascal.taie.language.annotation with parameters of type AnnotationModifierConstructorDescriptionAnnotationElement
(Annotation annotation) Creates an instance of aAnnotationElement
record class.Constructor parameters in pascal.taie.language.annotation with type arguments of type Annotation -
Uses of Annotation in pascal.taie.language.classes
Methods in pascal.taie.language.classes that return AnnotationModifier and TypeMethodDescriptionClassMember.getAnnotation
(String annotationType) JClass.getAnnotation
(String annotationType) JMethod.getParamAnnotation
(int i, String type) Methods in pascal.taie.language.classes that return types with arguments of type AnnotationModifier and TypeMethodDescriptionClassMember.getAnnotations()
JClass.getAnnotations()
JMethod.getParamAnnotations
(int i)