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

Represents a machine address.
상속: MachineOperand
파일 보기 프로젝트 열기: uxmal/reko

공개 프로퍼티들

프로퍼티 타입 설명
Address Address

공개 메소드들

메소드 설명
Create ( Address addr ) : AddressOperand
Ptr16 ( ushort a ) : AddressOperand
Ptr32 ( uint a ) : AddressOperand
Ptr64 ( ulong a ) : AddressOperand
Write ( bool fExplicit, MachineInstructionWriter writer ) : void

보호된 메소드들

메소드 설명
AddressOperand ( Address a, PrimitiveType type ) : Reko.Core

메소드 상세

AddressOperand() 보호된 메소드

protected AddressOperand ( Address a, PrimitiveType type ) : Reko.Core
a Address
type PrimitiveType
리턴 Reko.Core

Create() 공개 정적인 메소드

public static Create ( Address addr ) : AddressOperand
addr Address
리턴 AddressOperand

Ptr16() 공개 정적인 메소드

public static Ptr16 ( ushort a ) : AddressOperand
a ushort
리턴 AddressOperand

Ptr32() 공개 정적인 메소드

public static Ptr32 ( uint a ) : AddressOperand
a uint
리턴 AddressOperand

Ptr64() 공개 정적인 메소드

public static Ptr64 ( ulong a ) : AddressOperand
a ulong
리턴 AddressOperand

Write() 공개 메소드

public Write ( bool fExplicit, MachineInstructionWriter writer ) : void
fExplicit bool
writer MachineInstructionWriter
리턴 void

프로퍼티 상세

Address 공개적으로 프로퍼티

public Address Address
리턴 Address