Uses of Interface
javax.lang.model.element.RecordComponentElement
Packages that use RecordComponentElement
Package
Description
Interfaces used to model elements of the Java programming language.
Utilities to assist in the processing of
program elements and
types.
-
Uses of RecordComponentElement in javax.lang.model.element
Methods in javax.lang.model.element that return types with arguments of type RecordComponentElementModifier and TypeMethodDescriptiondefault List<? extends RecordComponentElement>
TypeElement.getRecordComponents()
Returns the record components of this class or interface element in declaration order.Methods in javax.lang.model.element with parameters of type RecordComponentElementModifier and TypeMethodDescriptiondefault R
ElementVisitor.visitRecordComponent
(RecordComponentElement e, P p) Visits a record component element. -
Uses of RecordComponentElement in javax.lang.model.util
Methods in javax.lang.model.util that return RecordComponentElementModifier and TypeMethodDescriptiondefault RecordComponentElement
Elements.recordComponentFor
(ExecutableElement accessor) Returns the record component for the given accessor.Methods in javax.lang.model.util that return types with arguments of type RecordComponentElementModifier and TypeMethodDescriptionstatic List<RecordComponentElement>
ElementFilter.recordComponentsIn
(Iterable<? extends Element> elements) Returns a list of record components inelements
.static Set<RecordComponentElement>
ElementFilter.recordComponentsIn
(Set<? extends Element> elements) Returns a set of record components inelements
.Methods in javax.lang.model.util with parameters of type RecordComponentElementModifier and TypeMethodDescriptionabstract R
AbstractElementVisitor14.visitRecordComponent
(RecordComponentElement t, P p) Visits a record component element.AbstractElementVisitor6.visitRecordComponent
(RecordComponentElement e, P p) Visits a record component element.ElementKindVisitor14.visitRecordComponent
(RecordComponentElement e, P p) Visits a record component element.ElementScanner14.visitRecordComponent
(RecordComponentElement e, P p) Visits a record component element.SimpleElementVisitor14.visitRecordComponent
(RecordComponentElement e, P p) Visits a record component element.