BinaryExpression

Overview

Implementation of BinaryExpression

Location

DataAbstract.js

Instance Methods


constructor BinaryExpression

Creates BinaryExpression object.

function constructor BinaryExpression(aNode1, aNode2, anOperator)

Parameters:

  • aNode1: expression
  • aNode2: expression
  • anOperator: string

toXML

Returns a string with the XML representation of the expression

function toXML()