visitPropertyInducingElement method

R? visitPropertyInducingElement(
  1. PropertyInducingElement2 element
)

Implementation

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