Uses of Interface
pascal.taie.language.annotation.Element
Packages that use Element
Package
Description
Provides representation of annotations in the program being analyzed.
-
Uses of Element in pascal.taie.language.annotation
Classes in pascal.taie.language.annotation that implement ElementModifier and TypeClassDescriptionfinal record
final record
final record
final record
Represents class constant elements.final record
final record
final record
final record
final record
final record
Methods in pascal.taie.language.annotation that return ElementModifier and TypeMethodDescriptionAnnotation.Entry.element()
Returns the value of theelement
record component.Annotation.getElement
(String name) Methods in pascal.taie.language.annotation that return types with arguments of type ElementModifier and TypeMethodDescriptionArrayElement.elements()
Returns the value of theelements
record component.Constructors in pascal.taie.language.annotation with parameters of type ElementModifierConstructorDescriptionCreates an instance of aEntry
record class.Constructor parameters in pascal.taie.language.annotation with type arguments of type ElementModifierConstructorDescriptionAnnotation
(String annotationType, Map<String, Element> elements) ArrayElement
(List<Element> elements) Creates an instance of aArrayElement
record class.