C# Class ProjectGenerator.CustomInstruction

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

Méthodes publiques

Свойство Type Description
delims char[]

Protected Properties

Свойство Type Description
validCommands SortedSet

Méthodes publiques

Méthode Description
CustomInstruction ( ) : System
CustomInstruction ( CustomInstruction customInstr ) : System
CustomInstruction ( string instr ) : System
analyzeInstruction ( ) : bool
containsCopyCommand ( ) : bool
isCl ( ) : bool
isCleanInstruction ( ) : bool
isLink ( ) : bool
isMidl ( ) : bool
isNmake ( ) : bool
isRc ( ) : bool
isValidCommand ( string str ) : bool
isValidInstruction ( ) : bool
makeInstructionsSingleLine ( List cinstrs ) : string
normalizeCommand ( string str ) : string
parseInstruction ( string instruction ) : string[]
splitCombinedInstructions ( string instr ) : string[]
validateCommand ( string str ) : string

Private Methods

Méthode Description
populateValidCommands ( ) : void

Method Details

CustomInstruction() public méthode

public CustomInstruction ( ) : System
Résultat System

CustomInstruction() public méthode

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

CustomInstruction() public méthode

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

analyzeInstruction() public méthode

public analyzeInstruction ( ) : bool
Résultat bool

containsCopyCommand() public méthode

public containsCopyCommand ( ) : bool
Résultat bool

isCl() public méthode

public isCl ( ) : bool
Résultat bool

isCleanInstruction() public méthode

public isCleanInstruction ( ) : bool
Résultat bool

isLink() public méthode

public isLink ( ) : bool
Résultat bool

isMidl() public méthode

public isMidl ( ) : bool
Résultat bool

isNmake() public méthode

public isNmake ( ) : bool
Résultat bool

isRc() public méthode

public isRc ( ) : bool
Résultat bool

isValidCommand() public méthode

public isValidCommand ( string str ) : bool
str string
Résultat bool

isValidInstruction() public méthode

public isValidInstruction ( ) : bool
Résultat bool

makeInstructionsSingleLine() public static méthode

public static makeInstructionsSingleLine ( List cinstrs ) : string
cinstrs List
Résultat string

normalizeCommand() public méthode

public normalizeCommand ( string str ) : string
str string
Résultat string

parseInstruction() public méthode

public parseInstruction ( string instruction ) : string[]
instruction string
Résultat string[]

splitCombinedInstructions() public static méthode

public static splitCombinedInstructions ( string instr ) : string[]
instr string
Résultat string[]

validateCommand() public méthode

public validateCommand ( string str ) : string
str string
Résultat string

Property Details

delims public_oe property

public char[] delims
Résultat char[]

validCommands protected_oe property

protected SortedSet validCommands
Résultat SortedSet