visitLoudComment method

T? visitLoudComment(
  1. LoudComment node
)
override

Implementation

T? visitLoudComment(LoudComment node) => visitInterpolation(node.text);