StaticgetReturns 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
StaticisTries 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.
StatictoStatictoGenerates code for a single fime corresponding to the current AST.
The code of the current AST as a single file.
Utility methods related with the source code.