Documentation Language: Swift

Structure

MTLNewLineStatement

A statement that outputs a newline with optional indentation.

struct MTLNewLineStatement

Overview

Newline statements allow explicit control over line breaks and indentation in generated text.

Topics

Initializers

?
init(indentationNeeded:multiLines:newLineNeeded:)

Creates a new newline statement.

Instance Properties

V
indentationNeeded

Whether to apply indentation after the newline.

V
multiLines

Whether this statement spans multiple lines.

V
newLineNeeded

Whether an additional newline is needed.

Instance Methods

F
execute(in:)

Executes the statement within the specified execution context.

Default Implementations

Relationships

Conforms To