C# Class ProjectGenerator.ClInstruction

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

Private Properties

Property Type Description

Public Methods

Method Description
ClInstruction ( ) : System
ClInstruction ( CustomInstruction customInstr ) : System
ClInstruction ( string instr ) : System
analyzeCommands ( ) : void
compileWithoutLinking ( ) : bool
hasLinkFlags ( ) : bool

Method Details

ClInstruction() public method

public ClInstruction ( ) : System
return System

ClInstruction() public method

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

ClInstruction() public method

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

analyzeCommands() public method

public analyzeCommands ( ) : void
return void

compileWithoutLinking() public method

public compileWithoutLinking ( ) : bool
return bool

hasLinkFlags() public method

public hasLinkFlags ( ) : bool
return bool