Package source
Provides classes for managing compilation input and output.
The classes contained within this package are used to help manage input and output of the compilation process.
- Since:
- 1.0
-
Class Summary Class Description SourceInput The SourceInput class is used to store the source code to be used in compilation.SourceLine The SourceLine class is used to store information about each individual line in the source code.SourceOutput The SourceOutput class is used to store the output of the compilation process.SourceSpan The SourceSpan class is used to store information about the location of Expression and Statement objects relative to the source code.