-
Notifications
You must be signed in to change notification settings - Fork 0
Check Port Definitions
Ali Mosallaei edited this page Jul 2, 2024
·
1 revision
This algorithm traverses the source model and checks port definitions.
-
A list tul of translation units.
-
An analysis data structure a representing the results of analysis so far.
-
Visit each translation unit in tul with input a, yielding either a or an error.
Each method accepts an analysis data structure a as input and yields either a or an error as output.