Package symbols
Provides classes for managing symbol assignments during compilation.
The classes contained within this package are used to help manage the assignment of symbols during the compilation process.
- Since:
- 1.0
-
Class Summary Class Description Symbol The Symbol class is used to store information about variables declared during compilation.SymbolTable The SymbolTable class is used to store Symbol objects that have been generated during compilation.