Hierarchy

Index

Properties

Protected component

component: StiComponent = null

Protected expressionPosition

expressionPosition: number = 0

Protected hashAliases

hashAliases: Hashtable = null

Protected inputExpression

inputExpression: string = ""

Protected position

position: number = 0

report

report: StiReport = null

Protected runtimeConstants

runtimeConstants: Hashtable = null

Protected runtimeConstantsHash

runtimeConstantsHash: Hashtable = null

Protected tokenPos

tokenPos: number = 0

Protected tokensList

tokensList: StiToken[] = null

Protected useAliases

useAliases: boolean = false

Static Protected namespaceObj

namespaceObj: any

Accessors

componentsList

userFunctionsList

Static constantsList

Static functionsList

Static methodsHash

Static methodsList

Static namespacesList

Static parametersList

Static propertiesList

Static systemVariablesList

Static typesList

Methods

Protected checkParserMethodInfo

checkTypes

Protected createRuntimeConstantsHash

  • createRuntimeConstantsHash(): void
  • Returns void

getParserMethodInfo

Protected getTypeName

  • getTypeName(value: any): string

Protected get_category

  • get_category(par: any): number

Protected get_systemVariable

  • get_systemVariable(name: any): any

Protected makeTokensList

  • makeTokensList(): void
  • Returns void

Protected throwError

  • throwError(code: ParserErrorCode, token?: StiToken, message1?: string, message2?: string, message3?: string, message4?: string): void
  • Parameters

    • code: ParserErrorCode
    • Default value token: StiToken = null
    • Default value message1: string = ""
    • Default value message2: string = ""
    • Default value message3: string = ""
    • Default value message4: string = ""

    Returns void

Static isImplicitlyCastableTo

  • isImplicitlyCastableTo(from: Type, to: Type): boolean

Generated using TypeDoc