visitInterpolation method

  1. @override
void visitInterpolation(
  1. Interpolation ast,
  2. C context
)
override

Implementation

@override
void visitInterpolation(Interpolation ast, C context) {
  visitAll(ast.expressions, context);
}