C# 클래스 ProjectGenerator.MidlInstruction

상속: CustomInstruction
파일 보기 프로젝트 열기: mheise/Unmake

공개 메소드들

메소드 설명
MidlInstruction ( ) : System
MidlInstruction ( CustomInstruction customInstr ) : System
MidlInstruction ( string instr ) : System
analyzeCommands ( ) : void

메소드 상세

MidlInstruction() 공개 메소드

public MidlInstruction ( ) : System
리턴 System

MidlInstruction() 공개 메소드

public MidlInstruction ( CustomInstruction customInstr ) : System
customInstr CustomInstruction
리턴 System

MidlInstruction() 공개 메소드

public MidlInstruction ( string instr ) : System
instr string
리턴 System

analyzeCommands() 공개 메소드

public analyzeCommands ( ) : void
리턴 void