Properties
Static functions
functions
: Hashtable<any, any> = new Hashtable()
Static functionsLower
functions
Lower: Hashtable<any, any> = new Hashtable()
Static functionsToCompile
functions
ToCompile: Hashtable<any, any> = new Hashtable()
Static functionsToCompileLower
functions
ToCompileLower: Hashtable<any, any> = new Hashtable()
Methods
Static getFunctions
- getFunctions(isCompile: boolean, isCaseSensitive: boolean): IStiAppFunction[]
-
Parameters
-
isCompile: boolean
-
isCaseSensitive: boolean
Static getFunctions2
- getFunctions2(functionName: string, isCompile: boolean, isCaseSensitive: boolean): IStiAppFunction[]
-
Parameters
-
functionName: string
-
isCompile: boolean
-
isCaseSensitive: boolean
Returns array of functions with spefified name.