visitPropertyInducingElement method

R? visitPropertyInducingElement(
  1. PropertyInducingElement element
)

Implementation

R? visitPropertyInducingElement(PropertyInducingElement element) =>
    visitVariableElement(element);