Uses of Interface
javax.lang.model.element.RecordComponentElement
Packages that use RecordComponentElement
包
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 RecordComponentElement修饰符和类方法Descriptiondefault 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 RecordComponentElement修饰符和类方法Descriptiondefault RElementVisitor.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 RecordComponentElement修饰符和类方法Descriptiondefault RecordComponentElementElements.recordComponentFor(ExecutableElement accessor) Returns the record component for the given accessor.Methods in javax.lang.model.util that return types with arguments of type RecordComponentElement修饰符和类方法Descriptionstatic 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 RecordComponentElement修饰符和类方法Descriptionabstract RAbstractElementVisitor14.visitRecordComponent(RecordComponentElement e, 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.