C# Класс Mosa.Compiler.Framework.Stages.PlugStage

Searches for plug declarations
Наследование: BaseCompilerStage
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
plugMethodAttribute MosaType
plugTypeAttribute MosaType

Защищенные методы

Метод Описание
RunPreCompile ( ) : void

Приватные методы

Метод Описание
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

Описание методов

RunPreCompile() защищенный Метод

protected RunPreCompile ( ) : void
Результат void

Описание свойств

plugMethodAttribute защищенное свойство

protected MosaType plugMethodAttribute
Результат MosaType

plugTypeAttribute защищенное свойство

protected MosaType plugTypeAttribute
Результат MosaType