visitValue method

  1. @override
T? visitValue(
  1. ValueContext ctx
)
override

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

Implementation

@override
T? visitValue(ValueContext ctx) => visitChildren(ctx);