ShakeVariableAddAssignmentNode

class ShakeVariableAddAssignmentNode(    val map: PositionMap,     val variable: ShakeValuedNode,     val value: ShakeValuedNode,     val operatorPosition: Int) : ShakeCommonVariableAssignmentNode(source)

Constructors

Link copied to clipboard
constructor(map: PositionMap, variable: ShakeValuedNode, value: ShakeValuedNode, operatorPosition: Int)

Properties

Link copied to clipboard
open val json: Map<String, *>
Link copied to clipboard
Link copied to clipboard
open val nodeName: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun equalsIgnorePosition(other: Any?): Boolean
Link copied to clipboard
open override fun toJson(): Map<String, *>
Link copied to clipboard
open override fun toString(): String