The SymbolTable for this function. NOTE: Due to the nested scoping of functions, this symbol table
only contains the function parameters, the local variables are declared
in a child scope that is started with the CompoundStatement that
represents the body of the function.