visitNatType method

  1. @override
T? visitNatType(
  1. NatTypeContext ctx
)
override

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

Implementation

@override
T? visitNatType(NatTypeContext ctx) => visitChildren(ctx);