visitRefType method

  1. @override
T? visitRefType(
  1. RefTypeContext ctx
)
override

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

Implementation

@override
T? visitRefType(RefTypeContext ctx) => visitChildren(ctx);