C# Класс Reko.Core.Machine.MachineOperand

Abstraction of a processor instruction operand.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FormatSignedValue ( Constant c ) : string
FormatUnsignedValue ( Constant c ) : string
FormatValue ( Constant c ) : string
ToString ( ) : string
ToString ( bool fExplicit ) : string
Write ( bool fExplicit, MachineInstructionWriter writer ) : void

Защищенные методы

Метод Описание
MachineOperand ( PrimitiveType width ) : Reko.Core

Приватные методы

Метод Описание
FormatString ( DataType dt ) : string

Описание методов

FormatSignedValue() публичный статический Метод

public static FormatSignedValue ( Constant c ) : string
c Constant
Результат string

FormatUnsignedValue() публичный статический Метод

public static FormatUnsignedValue ( Constant c ) : string
c Constant
Результат string

FormatValue() публичный статический Метод

public static FormatValue ( Constant c ) : string
c Constant
Результат string

MachineOperand() защищенный Метод

protected MachineOperand ( PrimitiveType width ) : Reko.Core
width PrimitiveType
Результат Reko.Core

ToString() публичный закрытый Метод

public final ToString ( ) : string
Результат string

ToString() публичный Метод

public ToString ( bool fExplicit ) : string
fExplicit bool
Результат string

Write() публичный абстрактный Метод

public abstract Write ( bool fExplicit, MachineInstructionWriter writer ) : void
fExplicit bool
writer MachineInstructionWriter
Результат void