Class VariableExprAST

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

dataType

dataType: Type

operator

operator: string

value

value: string

Methods

calculate

  • calculate(row: DataRow, dataType?: Type, operator?: string): any
  • Parameters

    • row: DataRow
    • Default value dataType: Type = null
    • Default value operator: string = ""

    Returns any

Static getValue

  • getValue(dataType: Type, value: string): any
  • Parameters

    • dataType: Type
    • value: string

    Returns any

Generated using TypeDoc