String Code Base Visitor
This class provides an empty implementation of StringCodeVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
Parameters
The return type of the visit operation. Use Unit for operations with no return type
Inheritors
Functions
The default implementation returns the result of calling visitChildren on ctx.
The default implementation returns the result of calling visitChildren on ctx.
The default implementation returns the result of calling visitChildren on ctx.
The default implementation returns the result of calling visitChildren on ctx.
The default implementation returns the result of calling visitChildren on ctx.
The default implementation returns the result of calling visitChildren on ctx.
The default implementation returns the result of calling visitChildren on ctx.