Uses of Class
edu.iu.jrsalata.DirectiveStatement
-
Uses of DirectiveStatement in edu.iu.jrsalata
Fields in edu.iu.jrsalata with type parameters of type DirectiveStatementModifier and TypeFieldDescriptionprotected Queue<DirectiveStatement>
AbstractStatementBuilder.literals
literals are values that are hard coded in like =X'05' These need to be placed in a literal pool later, hence why they are stored hereMethods in edu.iu.jrsalata that return DirectiveStatementModifier and TypeMethodDescriptionprotected DirectiveStatement
AbstractStatementBuilder.handleAsmStatement
(String mnemonic, String args) Handles assembly statements by processing the given mnemonic and arguments.protected DirectiveStatement
StatementBuilder.handleAsmStatement
(String mnemonic, String args) Handles assembler directives and generates a corresponding DirectiveStatement object.Methods in edu.iu.jrsalata with parameters of type DirectiveStatementModifier and TypeMethodDescriptionprotected void
AbstractStatementBuilder.handleByte
(String args, DirectiveStatement statement) Handles the BYTE directive in an assembly file.void
ModificationVisitor.visit
(DirectiveStatement statement) void
VisitorInterface.visit
(DirectiveStatement statement) Visits the given statement.