Base interface for all AST nodes in the Amplication AST system. All specific node types must implement this interface.
Writes the AST node to the given writer.
The writer to write to
Returns the string representation of the AST node.
The string representation of the AST node
Base interface for all AST nodes in the Amplication AST system. All specific node types must implement this interface.