visitInterpolationElement method

T? visitInterpolationElement(
  1. SInterpolationElement node
)

Category fallback for all interpolation element nodes.

Implementation

T? visitInterpolationElement(SInterpolationElement node) => visitNode(node);