C# Class Mosa.Compiler.Framework.Stages.StaticAllocationResolutionStage

Inheritance: BaseMethodCompilerStage
ファイルを表示 Open project: tgiphil/MOSA-Project

Protected Methods

Method Description
Run ( ) : void

Private Methods

Method Description
AttemptToStaticallyAllocateObjects ( ) : void
CheckAssignmentForCompliance ( InstructionNode allocation, InstructionNode assignment ) : bool
GetAssignmentOfAllocatedObject ( InstructionNode allocation ) : InstructionNode
GetConstant ( Operand operand ) : int
GetTypeDefinition ( MosaType allocatedType ) : string
PerformStaticAllocationOf ( InstructionNode allocation, InstructionNode assignment ) : void
ScanForNewOperators ( ) : List

Method Details

Run() protected method

protected Run ( ) : void
return void