C# 클래스 Mosa.Compiler.Framework.Stages.StaticAllocationResolutionStage

상속: BaseMethodCompilerStage
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

보호된 메소드들

메소드 설명
Run ( ) : void

비공개 메소드들

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

메소드 상세

Run() 보호된 메소드

protected Run ( ) : void
리턴 void