getFunctions

fun getFunctions(): Map<String, SymbolTableData>

Get functions

Gets all defined functions currently visible in the current scope. Searches at current scope and recursively searches upwards to global scope.

Return