Uses of Interface
pascal.taie.language.annotation.Element
Package
Description
Provides representation of annotations in the program being analyzed.
-
Uses of Element in pascal.taie.language.annotation
Modifier 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
Modifier and TypeMethodDescriptionAnnotation.Entry.element()
Returns the value of theelement
record component.Annotation.getElement
(String name) Modifier and TypeMethodDescriptionArrayElement.elements()
Returns the value of theelements
record component.ModifierConstructorDescriptionCreates an instance of aEntry
record class.ModifierConstructorDescriptionAnnotation
(String annotationType, Map<String, Element> elements) ArrayElement
(List<Element> elements) Creates an instance of aArrayElement
record class.