UnaryExpression

Overview

Implementation of UnaryExpression

Location

DataAbstract.js

Instance Methods


constructor UnaryExpression

Creates an expression instance.

function constructor UnaryExpression(aNode, anOperator)

Parameters:

  • aNode: expression
  • anOperator: string

toXML

Returns a string with an XML representation of the expression.

function toXML()