Class StiAppFunctions

Hierarchy

  • StiAppFunctions

Index

Properties

Static functions

functions: Hashtable<any, any> = new Hashtable()

Static functionsLower

functionsLower: Hashtable<any, any> = new Hashtable()

Static functionsToCompile

functionsToCompile: Hashtable<any, any> = new Hashtable()

Static functionsToCompileLower

functionsToCompileLower: Hashtable<any, any> = new Hashtable()

Methods

Static getFunctions

  • getFunctions(isCompile: boolean, isCaseSensitive: boolean): IStiAppFunction[]
  • Parameters

    • isCompile: boolean
    • isCaseSensitive: boolean

    Returns IStiAppFunction[]

Static getFunctions2

  • getFunctions2(functionName: string, isCompile: boolean, isCaseSensitive: boolean): IStiAppFunction[]
  • Returns array of functions with spefified name.

    Parameters

    • functionName: string
    • isCompile: boolean
    • isCaseSensitive: boolean

    Returns IStiAppFunction[]

Generated using TypeDoc