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