C# Class PeToText.VisualSourceEmitter

Inheritance: CSharpSourceEmitter.SourceEmitter
Afficher le fichier Open project: visualmutator/visualmutator

Méthodes publiques

Méthode Description
PrintLocalName ( ILocalDefinition local ) : void
Traverse ( IMethodBody methodBody ) : void
VisualSourceEmitter ( ISourceEmitterOutput sourceEmitterOutput, IMetadataHost host, PdbReader pdbReader, bool noIL, bool printCompilerGeneratedMembers )

Méthodes protégées

Méthode Description
GetLocalName ( ILocalDefinition local ) : string

Private Methods

Méthode Description
PrintConstants ( IEnumerable locals ) : void
PrintLocals ( IEnumerable locals ) : void
PrintOperation ( IOperation operation ) : void
PrintScopes ( ILocalScope scope ) : void
PrintScopes ( IMethodBody methodBody ) : void
PrintSourceLocation ( IPrimarySourceLocation psloc ) : void

Method Details

GetLocalName() protected méthode

protected GetLocalName ( ILocalDefinition local ) : string
local ILocalDefinition
Résultat string

PrintLocalName() public méthode

public PrintLocalName ( ILocalDefinition local ) : void
local ILocalDefinition
Résultat void

Traverse() public méthode

public Traverse ( IMethodBody methodBody ) : void
methodBody IMethodBody
Résultat void

VisualSourceEmitter() public méthode

public VisualSourceEmitter ( ISourceEmitterOutput sourceEmitterOutput, IMetadataHost host, PdbReader pdbReader, bool noIL, bool printCompilerGeneratedMembers )
sourceEmitterOutput ISourceEmitterOutput
host IMetadataHost
pdbReader PdbReader
noIL bool
printCompilerGeneratedMembers bool