C# 클래스 Mono.LLDBSharpGen

상속: ILibrary
파일 보기 프로젝트 열기: tritao/LLDBSharp

공개 메소드들

메소드 설명
Postprocess ( Driver driver, ASTContext ctx ) : void
Preprocess ( Driver driver, ASTContext ctx ) : void
Setup ( Driver driver ) : void
SetupPasses ( Driver driver ) : void

비공개 메소드들

메소드 설명
GetSourceDirectory ( string dir ) : string

메소드 상세

Postprocess() 공개 메소드

public Postprocess ( Driver driver, ASTContext ctx ) : void
driver Driver
ctx ASTContext
리턴 void

Preprocess() 공개 메소드

public Preprocess ( Driver driver, ASTContext ctx ) : void
driver Driver
ctx ASTContext
리턴 void

Setup() 공개 메소드

public Setup ( Driver driver ) : void
driver Driver
리턴 void

SetupPasses() 공개 메소드

public SetupPasses ( Driver driver ) : void
driver Driver
리턴 void