Uses of Class
edu.iu.jrsalata.BaseStatement
-
Uses of BaseStatement in edu.iu.jrsalata
Subclasses of BaseStatement in edu.iu.jrsalataModifier and TypeClassDescriptionclass
The ExtendedStatement class represents an extended statement in an assembler.class
The RegisterStatement class represents a statement that involves register operations in an assembler.class
The SicStatement class represents a SIC statement in an assembler.class
The SingleStatement class represents a single assembly statement.Methods in edu.iu.jrsalata with parameters of type BaseStatementModifier and TypeMethodDescriptionvoid
ModificationVisitor.visit
(BaseStatement statement) void
VisitorInterface.visit
(BaseStatement statement) Visits the given statement.