C# 클래스 Reko.Core.Machine.MachineOperand

Abstraction of a processor instruction operand.
파일 보기 프로젝트 열기: uxmal/reko 1 사용 예제들

공개 메소드들

메소드 설명
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