C# Class ProjectGenerator.LinkInstruction

Inheritance: CustomInstruction
Mostrar archivo Open project: mheise/Unmake Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

LinkInstruction() public method

public LinkInstruction ( ) : System
return System

LinkInstruction() public method

public LinkInstruction ( CustomInstruction customInstr ) : System
customInstr CustomInstruction
return System

LinkInstruction() public method

public LinkInstruction ( string instr ) : System
instr string
return System

analyzeCommands() public method

public analyzeCommands ( ) : void
return void

convertToLink() public method

public convertToLink ( Makefile mkfile, Component cp ) : void
mkfile Makefile
cp Component
return void