ConstantExpression

Overview

Implementation of ConstantExpression

Location

DataAbstract.js

Instance Methods


constructor ConstantExpression

Creates ConstantExpression object

function constructor ConstantExpression(aType, aValue, aNull)

Parameters:

  • aType: string
  • aValue: object
  • aNull: number (0 or 1)

toXML

Returns a string with the XML representation of the expression.

function toXML()