UpdateNode
class UpdateNode(variable: ObjectVariableNode, update: UpdateNameNode, arguments: Arguments<ExpressionNode>, sourceLocation: SourceLocation, comment: String?) : SimpleStatementNode
Content copied to clipboard
An update method applied to an object.
Constructors
UpdateNode
Link copied to clipboard
fun UpdateNode(variable: ObjectVariableNode, update: UpdateNameNode, arguments: Arguments<ExpressionNode>, sourceLocation: SourceLocation, comment: String? = null)
Content copied to clipboard
Functions
toDocument
Link copied to clipboard
Properties
arguments
Link copied to clipboard
sourceLocation
Link copied to clipboard
update
Link copied to clipboard
variable
Link copied to clipboard