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

Searches for plug declarations
Inheritance: BaseCompilerStage
ファイルを表示 Open project: tgiphil/MOSA-Project

Protected Properties

Property Type Description
plugMethodAttribute MosaType
plugTypeAttribute MosaType

Protected Methods

Method Description
RunPreCompile ( ) : void

Private Methods

Method Description
MatchesWithStaticThis ( MosaMethod targetMethod, MosaMethod plugMethod ) : bool
ParseAssembly ( string target ) : string
ParseFullTypeName ( string target ) : string
ParseMethod ( string target ) : string
ParseNameSpace ( string type ) : string
ParseType ( string target ) : string
Patch ( MosaMethod targetMethod, MosaMethod method ) : void
RemoveModule ( string target ) : string

Method Details

RunPreCompile() protected method

protected RunPreCompile ( ) : void
return void

Property Details

plugMethodAttribute protected_oe property

protected MosaType plugMethodAttribute
return MosaType

plugTypeAttribute protected_oe property

protected MosaType plugTypeAttribute
return MosaType