C# Class ProjectGenerator.LinkInstruction

Inheritance: CustomInstruction
Afficher le fichier Open project: mheise/Unmake Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
LinkInstruction ( ) : System
LinkInstruction ( CustomInstruction customInstr ) : System
LinkInstruction ( string instr ) : System
analyzeCommands ( ) : void
convertToLink ( Makefile mkfile, Component cp ) : void

Method Details

LinkInstruction() public méthode

public LinkInstruction ( ) : System
Résultat System

LinkInstruction() public méthode

public LinkInstruction ( CustomInstruction customInstr ) : System
customInstr CustomInstruction
Résultat System

LinkInstruction() public méthode

public LinkInstruction ( string instr ) : System
instr string
Résultat System

analyzeCommands() public méthode

public analyzeCommands ( ) : void
Résultat void

convertToLink() public méthode

public convertToLink ( Makefile mkfile, Component cp ) : void
mkfile Makefile
cp Component
Résultat void