C# 클래스 Mosa.Tool.Explorer.ExplorerCompiler

상속: Mosa.Compiler.Framework.BaseCompiler
파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 메소드들

메소드 설명
ExtendCompilerSetup ( ) : void

Extends the compiler setup.

보호된 메소드들

메소드 설명
CreateMethodCompiler ( MosaMethod method, BasicBlocks basicBlocks, int threadID ) : BaseMethodCompiler

Creates a method compiler

메소드 상세

CreateMethodCompiler() 보호된 메소드

Creates a method compiler
protected CreateMethodCompiler ( MosaMethod method, BasicBlocks basicBlocks, int threadID ) : BaseMethodCompiler
method MosaMethod The method to compile.
basicBlocks BasicBlocks The basic blocks.
threadID int
리턴 Mosa.Compiler.Framework.BaseMethodCompiler

ExtendCompilerSetup() 공개 메소드

Extends the compiler setup.
public ExtendCompilerSetup ( ) : void
리턴 void