-
Notifications
You must be signed in to change notification settings - Fork 34
Check Port Definitions
Robert L. Bocchino Jr. edited this page Apr 18, 2024
·
3 revisions
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.