Hierarchy

Index

Properties

Protected checkSyntaxMode

checkSyntaxMode: boolean = false

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 syntaxCaseSensitive

syntaxCaseSensitive: boolean = true

Protected tokenPos

tokenPos: number = 0

Protected tokensList

tokensList: StiToken[] = null

Protected useAliases

useAliases: boolean = false

Static Protected namespaceObj

namespaceObj: any

Accessors

componentsList

constantsList

userFunctionsList

Static functionsList

Static keywordsList

Static methodsHash

Static methodsList

Static namespacesList

Static parametersList

Static propertiesList

Static systemVariablesList

Static typesList

Methods

Protected checkParserMethodInfo

Protected checkParserMethodInfo2

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 check_constantsList

  • check_constantsList(): void

Static isImplicitlyCastableTo

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

Generated using TypeDoc