MacroExpression

Overview

Implementation of MacroExpression

Location

DataAbstract.js

Instance Methods


constructor MacroExpression

Creates an expression instance.

function constructor MacroExpression(aName)

Parameters:

  • aName: string

toXML

Returns a string with an XML representation of the expression.

function toXML()