SimpleStatementNode

sealed class SimpleStatementNode : StatementNode

A statement that is not a combination of other statements, and that does not affect control flow.

Simple statements can show up in for loop headers.

Functions

toDocument
Link copied to clipboard
override fun toDocument(): Document

Properties

comment
Link copied to clipboard
abstract val comment: String?
sourceLocation
Link copied to clipboard
abstract val sourceLocation: SourceLocation

Inheritors

LetNode
Link copied to clipboard
DeclarationNode
Link copied to clipboard
UpdateNode
Link copied to clipboard
OutParameterInitializationNode
Link copied to clipboard
FunctionCallNode
Link copied to clipboard
SkipNode
Link copied to clipboard
OutputNode
Link copied to clipboard