Runs the source lines through dbms_preprocessor to remove lines that were not compiled (conditional compilation)
Parses the processed source code and converts it to annotations
function parse_object_annotations(a_source_lines dbms_preprocessor.source_lines_t) return ut_annotations
| Name | Description |
|---|---|
a_source_lines |
ordered lines of source code to be parsed |
| return | array containing annotations |