Package mars.assembler
Class Operand
java.lang.Object
mars.assembler.Operand
- All Implemented Interfaces:
TemplateOperand
,SyntaxOperand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToType
(OperandType targetType, StatementSyntax syntax, Assembler assembler, int address) getType()
int
getValue()
toString()
withType
(OperandType type)
-
Constructor Details
-
Operand
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceSyntaxOperand
- Specified by:
getType
in interfaceTemplateOperand
-
getValue
public int getValue() -
resolve
- Specified by:
resolve
in interfaceSyntaxOperand
-
withType
- Specified by:
withType
in interfaceTemplateOperand
-
resolve
- Specified by:
resolve
in interfaceTemplateOperand
-
convertToType
public Operand convertToType(OperandType targetType, StatementSyntax syntax, Assembler assembler, int address) -
toString
-