ElementExtensions extension

on
  • Element

Properties

hasOrInheritsDeprecated → bool

Available on Element, provided by the ElementExtensions extension

Whether this element, the enclosing class (if there is one), or the enclosing library, has been annotated with the @Deprecated() annotation.
no setter
withAncestors → Iterable<Element>

Available on Element, provided by the ElementExtensions extension

Return this element and all its enclosing elements.
no setter