Uses of Interface
edu.iu.jrsalata.MacroProcessorInterface
-
Uses of MacroProcessorInterface in edu.iu.jrsalata
Modifier and TypeClassDescriptionclass
The MacroProcessor class is responsible for processing macros in assembly language.Modifier and TypeMethodDescriptionstatic MacroProcessorInterface
Retrieves a macro from the macro table by its name.protected MacroProcessorInterface
AbstractStatementBuilderBuilder.handleMacroCreation
(String line) Handles the creation of a macro processor from a given line of macro definition.Modifier and TypeMethodDescriptionstatic void
SymTable.addMacro
(String name, MacroProcessorInterface processor) Adds a macro to the macro table.