C# Class Mosa.Utility.GUI.Common.MethodStore

Exibir arquivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Clear ( ) : void
GetMethodData ( MosaMethod method, bool create ) : MethodData
GetStageInstructions ( List lines, string blockLabel ) : string
SetDebugStageInformation ( MosaMethod method, string stage, List lines ) : void
SetInstructionTraceInformation ( MosaMethod method, string stage, List lines ) : void
SetMethodCounterInformation ( MosaMethod method, List lines ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

GetMethodData() public method

public GetMethodData ( MosaMethod method, bool create ) : MethodData
method MosaMethod
create bool
return MethodData

GetStageInstructions() public method

public GetStageInstructions ( List lines, string blockLabel ) : string
lines List
blockLabel string
return string

SetDebugStageInformation() public method

public SetDebugStageInformation ( MosaMethod method, string stage, List lines ) : void
method MosaMethod
stage string
lines List
return void

SetInstructionTraceInformation() public method

public SetInstructionTraceInformation ( MosaMethod method, string stage, List lines ) : void
method MosaMethod
stage string
lines List
return void

SetMethodCounterInformation() public method

public SetMethodCounterInformation ( MosaMethod method, List lines ) : void
method MosaMethod
lines List
return void