Uses of Class
edu.university.ecs.lab.common.models.ir.Annotation
Package
Description
Contains utility classes for file management, JSON handling, and source code parsing.
-
Uses of Annotation in edu.university.ecs.lab.common.models.ir
Modifier and TypeFieldDescriptionprivate Set<Annotation>
JClass.annotations
Set of class level annotationsprotected Set<Annotation>
Method.annotations
Method definition level annotationsprivate Set<Annotation>
Parameter.annotations
-
Uses of Annotation in edu.university.ecs.lab.common.utils
Modifier and TypeMethodDescriptionprivate static Set<Annotation>
SourceToObjectUtils.parseAnnotations
(Iterable<com.github.javaparser.ast.expr.AnnotationExpr> annotationExprs) This method parses a list of annotation expressions and returns a set of Annotation models