| public nothrow | ByteValue(byte value_) |
| public override void | GenerateCode(MachineCode& machineCode, String<char>& label, Context& context) |
| public override void | GenerateSetValue(Register* reg, MachineCode& machineCode, int line, Instruction* inst) |
| public override nothrow bool | IsImmediate(byte& immediateValue) const |
| public override Operand* | MakeDataOperand(Context& context) const |
| public override nothrow String<char> | Name() const |
| public override ConstantValue* | SignExtendTo(Type* targetType, int line) |
| public override ConstantValue* | TruncateTo(Type* targetType, int line) |
| public override ConstantValue* | ZeroExtendTo(Type* targetType, int line) |
| public byte | value |