visitLoudComment method

void visitLoudComment(
  1. LoudComment node
)
override

Implementation

void visitLoudComment(LoudComment node) {
  visitInterpolation(node.text);
}