visitPrimType method

  1. @override
T? visitPrimType(
  1. PrimTypeContext ctx
)
override

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

Implementation

@override
T? visitPrimType(PrimTypeContext ctx) => visitChildren(ctx);