Element

Interface Element

All Superinterfaces:
AnnotatedConstruct
All Known Subinterfaces:
ExecutableElement, PackageElement, Parameterizable, QualifiedNameable, TypeElement, TypeParameterElement, VariableElement
public interface Element
extends AnnotatedConstruct

Represents a program element such as a package, class, or method. Each element represents a static, language-level construct (and not, for example, a runtime construct of the virtua