Uses of Class
org.microbean.lang.element.DelegatingElement
Package
Description
Provides classes and interfaces related to the Java language model.
Provides classes and interfaces related to the Java language model.
-
Uses of DelegatingElement in org.microbean.lang.element
Modifier and TypeMethodDescriptionfinal DelegatingElement
DelegatingElement.getAccessor()
final DelegatingElement
DelegatingElement.getEnclosingElement()
final DelegatingElement
DelegatingElement.getGenericElement()
static final DelegatingElement
DelegatingElement.of
(Element e, TypeAndElementSource tes) static final DelegatingElement
DelegatingElement.of
(Element e, TypeAndElementSource tes, Equality ehc) Modifier and TypeMethodDescriptionfinal List
<? extends DelegatingElement> DelegatingElement.getEnclosedElements()
final List
<? extends DelegatingElement> DelegatingElement.getParameters()
final List
<? extends DelegatingElement> DelegatingElement.getRecordComponents()
final List
<? extends DelegatingElement> DelegatingElement.getTypeParameters()
static final List
<DelegatingElement> DelegatingElement.of
(Collection<? extends Element> es, TypeAndElementSource tes) static final List
<DelegatingElement> DelegatingElement.of
(Collection<? extends Element> es, TypeAndElementSource tes, Equality ehc) -
Uses of DelegatingElement in org.microbean.lang.type