scriptInfo()
Returns information for the given source code.
Synopsis
mapping scriptInfo(string source);
Parameters
Parameter | Meaning | |
---|---|---|
source | source code string |
Return value
Returns an information mapping.
Errors
no/incorrect parameters, ...
Details
The function returns a mapping containing information about the given source code. This mapping shows whether the syntax check is okay or not and contains sections about functions, classes and enums present in the source code. The sections on functions, classes and enums include further information about names and signatures, return values, events, access and other states such as static, override and final state and positions in the code.
Assignment
Control
Availability
CTRL, UI