LetNode
class LetNode(temporary: TemporaryNode, value: ExpressionNode, protocol: ProtocolNode?, sourceLocation: SourceLocation, comment: String?) : 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, comment: String? = null)
Content copied to clipboard
Functions
toDocument
Link copied to clipboard
Properties
protocol
Link copied to clipboard
sourceLocation
Link copied to clipboard
temporary
Link copied to clipboard
value
Link copied to clipboard