LetNode
class LetNode(temporary: TemporaryNode, value: ExpressionNode, protocol: ProtocolNode?, sourceLocation: SourceLocation) : SimpleStatementNode
Content copied to clipboard
Binding the result of an expression to a new temporary variable.
Constructors
LetNode
Link copied to clipboard
fun LetNode(temporary: TemporaryNode, value: ExpressionNode, protocol: ProtocolNode?, sourceLocation: SourceLocation)
Content copied to clipboard
Functions
toDocument
Link copied to clipboard
toDocumentWithMetadata
Link copied to clipboard
toSurfaceNode
Link copied to clipboard
Returns a representation of this node in the surface syntax.
Properties
children
Link copied to clipboard
protocol
Link copied to clipboard
sourceLocation
Link copied to clipboard
temporary
Link copied to clipboard
value
Link copied to clipboard