ReturnNode

class ReturnNode(val values: Arguments<PureExpressionNode>, val sourceLocation: SourceLocation) : StatementNode

Constructors

Link copied to clipboard
fun ReturnNode(values: Arguments<PureExpressionNode>, sourceLocation: SourceLocation)

Functions

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

Properties

Link copied to clipboard
open override val sourceLocation: SourceLocation
Link copied to clipboard