visitValue method
The default implementation returns the result of calling
visitChildren
on ctx
.
Implementation
@override
T? visitValue(ValueContext ctx) => visitChildren(ctx);
The default implementation returns the result of calling
visitChildren
on ctx
.
@override
T? visitValue(ValueContext ctx) => visitChildren(ctx);