ParameterExpression

Overview

Implementation of ParameterExpression

Location

DataAbstract.js

Instance Methods


constructor ParameterExpression

Creates an expression instance.

function constructor ParameterExpression(aName, aType, aSize)

Parameters:

  • aName: string
  • aType: string
  • aSize: number

toXML

Returns a string with an XML representation of the expression.

function toXML()