AnnotatedConstruct
, Element
public interface RecordComponentElement extends Element
Modifier and Type | Method | Description |
---|---|---|
ExecutableElement |
getAccessor() |
Returns the executable element for the accessor associated with the given record component. |
Element |
getEnclosingElement() |
Returns the enclosing element of this record component. |
Name |
getSimpleName() |
Returns the simple name of this record component. |
accept, asType, equals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getEnclosedElements, getKind, getModifiers, hashCode
Element getEnclosingElement()
getEnclosingElement
in interface Element
Name getSimpleName()
The name of each record component must be distinct from the names of all other record components of the same record.
getSimpleName
in interface Element
ExecutableElement getAccessor()
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.compiler/javax/lang/model/element/RecordComponentElement.html