UpdateNode 
    class UpdateNode(val variable: ObjectVariableNode, val update: UpdateNameNode, val arguments: Arguments<AtomicExpressionNode>, val sourceLocation: SourceLocation) : SimpleStatementNode
An update method applied to an object.
Constructors
Link copied to clipboard
                fun UpdateNode(variable: ObjectVariableNode, update: UpdateNameNode, arguments: Arguments<AtomicExpressionNode>, sourceLocation: SourceLocation)
Functions
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Returns a representation of this node in the surface syntax.
Properties
Link copied to clipboard
                Link copied to clipboard
                Extensions
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Returns this node and all its descendants in post order.
Link copied to clipboard
                Link copied to clipboard
                A FreshNameGenerator that will avoid all Variable names in this node.
Link copied to clipboard