Static
getReturns the function definitions in the program with the given name.
The name of the function to find
If true, ensures there is a single definition with the given name
An array of function definitions, or a single function is 'isSingleFunction' is true
Static
isTries to statically detect if a statement is executed only once.
Restrictions:
True if it could be detected, within the restrictions, that the statement is only executed once.
Static
toStatic
to
Utility methods related with the source code.