Package mars.assembler.extended
Class FlagSubstitutionOperand
java.lang.Object
mars.assembler.extended.FlagSubstitutionOperand
- All Implemented Interfaces:
TemplateOperand
-
Constructor Summary
ConstructorsConstructorDescriptionFlagSubstitutionOperand
(AssemblerFlag flag, TemplateOperand enabledValue, TemplateOperand disabledValue) FlagSubstitutionOperand
(AssemblerFlag flag, TemplateOperand enabledValue, TemplateOperand disabledValue, OperandType type) -
Method Summary
-
Constructor Details
-
FlagSubstitutionOperand
public FlagSubstitutionOperand(AssemblerFlag flag, TemplateOperand enabledValue, TemplateOperand disabledValue) -
FlagSubstitutionOperand
public FlagSubstitutionOperand(AssemblerFlag flag, TemplateOperand enabledValue, TemplateOperand disabledValue, OperandType type)
-
-
Method Details
-
getFlag
-
getEnabledValue
-
getDisabledValue
-
getValue
-
getType
- Specified by:
getType
in interfaceTemplateOperand
-
withType
- Specified by:
withType
in interfaceTemplateOperand
-
resolve
- Specified by:
resolve
in interfaceTemplateOperand
-