C# Class Mono.LLDBSharpGen

Inheritance: ILibrary
Afficher le fichier Open project: tritao/LLDBSharp

Méthodes publiques

Méthode Description
Postprocess ( Driver driver, ASTContext ctx ) : void
Preprocess ( Driver driver, ASTContext ctx ) : void
Setup ( Driver driver ) : void
SetupPasses ( Driver driver ) : void

Private Methods

Méthode Description
GetSourceDirectory ( string dir ) : string

Method Details

Postprocess() public méthode

public Postprocess ( Driver driver, ASTContext ctx ) : void
driver Driver
ctx ASTContext
Résultat void

Preprocess() public méthode

public Preprocess ( Driver driver, ASTContext ctx ) : void
driver Driver
ctx ASTContext
Résultat void

Setup() public méthode

public Setup ( Driver driver ) : void
driver Driver
Résultat void

SetupPasses() public méthode

public SetupPasses ( Driver driver ) : void
driver Driver
Résultat void