Uses of Interface
edu.iu.jrsalata.MacroProcessorInterface
-
Uses of MacroProcessorInterface in edu.iu.jrsalata
Classes in edu.iu.jrsalata that implement MacroProcessorInterfaceModifier and TypeClassDescriptionclass
The MacroProcessor class is responsible for processing macros in assembly language.Methods in edu.iu.jrsalata that return MacroProcessorInterfaceModifier 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.Methods in edu.iu.jrsalata with parameters of type MacroProcessorInterfaceModifier and TypeMethodDescriptionstatic void
SymTable.addMacro
(String name, MacroProcessorInterface processor) Adds a macro to the macro table.