Class StatementBuilder


public class StatementBuilder extends AbstractStatementBuilder
The StatementBuilder class is responsible for processing SIC/XE assembly statements and generating corresponding Statement objects based on the mnemonic and arguments. It extends the AbstractStatementBuilder class and provides implementations for handling different formats of statements, including macros and assembler directives.
  • Field Details

    • base

      protected String base
      The base address for the BASE directive, when it is set
  • Constructor Details

    • StatementBuilder

      public StatementBuilder()
      Constructor for StatementBuilder. Initializes the StatementBuilder by calling the superclass constructor.
  • Method Details