visitVecType method

  1. @override
T? visitVecType(
  1. VecTypeContext ctx
)
override

The default implementation returns the result of calling visitChildren on ctx.

Implementation

@override
T? visitVecType(VecTypeContext ctx) => visitChildren(ctx);