Skip to content

Latest commit

 

History

History
47 lines (16 loc) · 740 Bytes

ut_annotation_parser.md

File metadata and controls

47 lines (16 loc) · 740 Bytes

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