Class AbstractStatementBuilderBuilder

java.lang.Object
edu.iu.jrsalata.AbstractStatementBuilderBuilder
All Implemented Interfaces:
AbstractStatementBuilderBuilderInterface

public class AbstractStatementBuilderBuilder extends Object implements AbstractStatementBuilderBuilderInterface
The AbstractStatementBuilderBuilder class is responsible for creating and managing a queue of AbstractStatementBuilder instances. It reads an input file or stream, determines the appropriate builder to use, and processes the file to populate the builder queue.

This class implements the AbstractStatementBuilderBuilderInterface and provides methods to set the input file, retrieve the builder queue, and execute the file processing.

It supports both SIC and non-SIC builders, handles macro definitions, and manages control sections within the input file.

See Also: