visitExprType method

  1. @override
T? visitExprType(
  1. ExprTypeContext ctx
)
override

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

Implementation

@override
T? visitExprType(ExprTypeContext ctx) => visitChildren(ctx);