-
Couldn't load subscription status.
- Fork 25
Closed
Description
Purpose
Purpose here is to elaborate a complete Global Symbol Table of a program with all related dependencies.
The strategy is a syntax directed strategy, that is to say: using what have been done in #1263, parsing building nodes actions are used to perform Symbol Table creation actions. See #1262 for a Global Symbol Table overview.
The following class diagram shows the ProgramSymbolTableBuilder and how it implements NodeListener and IProgramClassBuilder interfaces thru the abstract base class SymbolTableBuilder.
