Метод | Описание | |
---|---|---|
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 |
public static FormatSignedValue ( Constant c ) : string | ||
c | Constant | |
Результат | string |
public static FormatUnsignedValue ( Constant c ) : string | ||
c | Constant | |
Результат | string |
public static FormatValue ( Constant c ) : string | ||
c | Constant | |
Результат | string |
protected MachineOperand ( PrimitiveType width ) : Reko.Core | ||
width | PrimitiveType | |
Результат | Reko.Core |
public ToString ( bool fExplicit ) : string | ||
fExplicit | bool | |
Результат | string |
public abstract Write ( bool fExplicit, MachineInstructionWriter writer ) : void | ||
fExplicit | bool | |
writer | MachineInstructionWriter | |
Результат | void |