ut_annotation_parser
UT_ANNOTATION_PARSER
PARSE_OBJECT_ANNOTATIONS Function
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
Syntax
function parse_object_annotations(a_source_lines dbms_preprocessor.source_lines_t) return ut_annotations
Parameters
| Name | Description |
|---|---|
a_source_lines | ordered lines of source code to be parsed |
| return | array containing annotations |