AssignmentExpressioninterface AssignmentExpression extends Node_2 {left: SimpleExpressionNode;right: JSChildNode;type: NodeTypes.JS_ASSIGNMENT_EXPRESSION;}§Extends§Node_2[src]§Properties§left: SimpleExpressionNode[src]§right: JSChildNode[src]§type: NodeTypes.JS_ASSIGNMENT_EXPRESSION[src]