C# Class Expressive.Decompilation.Steps.BranchingAwareStepBase

Inheritance: IDecompilationStep
Afficher le fichier Open project: ashmind/expressive

Méthodes publiques

Méthode Description
Apply ( IList elements, DecompilationContext context ) : void

Méthodes protégées

Méthode Description
ApplyToSpecificElement ( int &index, IList elements, Stack branchStack, DecompilationContext context ) : void

Private Methods

Méthode Description
ApplyRecursive ( IList elements, Stack branchStack, DecompilationContext context ) : void

Method Details

Apply() public méthode

public Apply ( IList elements, DecompilationContext context ) : void
elements IList
context DecompilationContext
Résultat void

ApplyToSpecificElement() protected abstract méthode

protected abstract ApplyToSpecificElement ( int &index, IList elements, Stack branchStack, DecompilationContext context ) : void
index int
elements IList
branchStack Stack
context DecompilationContext
Résultat void