Uses of Class
org.microbean.lang.element.DelegatingElement
Packages that use 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
Methods in org.microbean.lang.element that return DelegatingElementModifier and TypeMethodDescriptionfinal DelegatingElementDelegatingElement.getAccessor()final DelegatingElementDelegatingElement.getEnclosingElement()final DelegatingElementDelegatingElement.getGenericElement()static final DelegatingElementDelegatingElement.of(Element e, TypeAndElementSource tes) static final DelegatingElementDelegatingElement.of(Element e, TypeAndElementSource tes, Equality ehc) Methods in org.microbean.lang.element that return types with arguments of type DelegatingElementModifier 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
Methods in org.microbean.lang.type that return DelegatingElement