C# Class Expressive.Decompilation.Steps.UnconditionalBranchesRemovalStep

Inheritance: BranchingAwareStepBase
Show file Open project: ashmind/expressive

Protected Methods

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

Method Details

ApplyToSpecificElement() protected method

protected ApplyToSpecificElement ( int &index, IList elements, Stack branchStack, DecompilationContext context ) : void
index int
elements IList
branchStack Stack
context DecompilationContext
return void