C# Class ProjectGenerator.MidlInstruction

Inheritance: CustomInstruction
Mostrar archivo Open project: mheise/Unmake

Public Methods

Method Description
MidlInstruction ( ) : System
MidlInstruction ( CustomInstruction customInstr ) : System
MidlInstruction ( string instr ) : System
analyzeCommands ( ) : void

Method Details

MidlInstruction() public method

public MidlInstruction ( ) : System
return System

MidlInstruction() public method

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

MidlInstruction() public method

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

analyzeCommands() public method

public analyzeCommands ( ) : void
return void