C# 클래스 Reko.UnitTests.Mocks.FakeProcessorState

상속: Reko.Core.ProcessorState
파일 보기 프로젝트 열기: uxmal/reko 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : ProcessorState
FakeProcessorState ( FakeProcessorState orig ) : Reko.Core
FakeProcessorState ( IProcessorArchitecture arch ) : Reko.Core
GetRegister ( RegisterStorage r ) : Constant
OnAfterCall ( FunctionType sigCallee ) : void
OnBeforeCall ( Identifier sp, int returnAddressSize ) : Reko.Core.Code.CallSite
OnProcedureEntered ( ) : void
OnProcedureLeft ( FunctionType sig ) : void
SetInstructionPointer ( Address addr ) : void
SetRegister ( RegisterStorage r, Constant v ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : ProcessorState
리턴 Reko.Core.ProcessorState

FakeProcessorState() 공개 메소드

public FakeProcessorState ( FakeProcessorState orig ) : Reko.Core
orig FakeProcessorState
리턴 Reko.Core

FakeProcessorState() 공개 메소드

public FakeProcessorState ( IProcessorArchitecture arch ) : Reko.Core
arch IProcessorArchitecture
리턴 Reko.Core

GetRegister() 공개 메소드

public GetRegister ( RegisterStorage r ) : Constant
r RegisterStorage
리턴 Constant

OnAfterCall() 공개 메소드

public OnAfterCall ( FunctionType sigCallee ) : void
sigCallee FunctionType
리턴 void

OnBeforeCall() 공개 메소드

public OnBeforeCall ( Identifier sp, int returnAddressSize ) : Reko.Core.Code.CallSite
sp Identifier
returnAddressSize int
리턴 Reko.Core.Code.CallSite

OnProcedureEntered() 공개 메소드

public OnProcedureEntered ( ) : void
리턴 void

OnProcedureLeft() 공개 메소드

public OnProcedureLeft ( FunctionType sig ) : void
sig FunctionType
리턴 void

SetInstructionPointer() 공개 메소드

public SetInstructionPointer ( Address addr ) : void
addr Address
리턴 void

SetRegister() 공개 메소드

public SetRegister ( RegisterStorage r, Constant v ) : void
r RegisterStorage
v Constant
리턴 void