C# 클래스 ProjectGenerator.LinkInstruction

상속: CustomInstruction
파일 보기 프로젝트 열기: mheise/Unmake 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
LinkInstruction ( ) : System
LinkInstruction ( CustomInstruction customInstr ) : System
LinkInstruction ( string instr ) : System
analyzeCommands ( ) : void
convertToLink ( Makefile mkfile, Component cp ) : void

메소드 상세

LinkInstruction() 공개 메소드

public LinkInstruction ( ) : System
리턴 System

LinkInstruction() 공개 메소드

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

LinkInstruction() 공개 메소드

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

analyzeCommands() 공개 메소드

public analyzeCommands ( ) : void
리턴 void

convertToLink() 공개 메소드

public convertToLink ( Makefile mkfile, Component cp ) : void
mkfile Makefile
cp Component
리턴 void