C# Class Mono.LLDBSharpGen

Inheritance: ILibrary
ファイルを表示 Open project: tritao/LLDBSharp

Public Methods

Method Description
Postprocess ( Driver driver, ASTContext ctx ) : void
Preprocess ( Driver driver, ASTContext ctx ) : void
Setup ( Driver driver ) : void
SetupPasses ( Driver driver ) : void

Private Methods

Method Description
GetSourceDirectory ( string dir ) : string

Method Details

Postprocess() public method

public Postprocess ( Driver driver, ASTContext ctx ) : void
driver Driver
ctx ASTContext
return void

Preprocess() public method

public Preprocess ( Driver driver, ASTContext ctx ) : void
driver Driver
ctx ASTContext
return void

Setup() public method

public Setup ( Driver driver ) : void
driver Driver
return void

SetupPasses() public method

public SetupPasses ( Driver driver ) : void
driver Driver
return void