visitBoundExpression method

  1. @override
Expression visitBoundExpression(
  1. BoundExpression boundExpression, [
  2. OutputType? type
])
override

Implementation

@override
o.Expression visitBoundExpression(ir.BoundExpression boundExpression,
        [o.OutputType? type]) =>
    convertCdExpressionToIr(
      _nameResolver!,
      _implicitReceiver,
      boundExpression.expression.ast,
      boundExpression.sourceSpan,
      _metadata!,
      boundType: type,
    );