C# Class Expressive.Decompilation.Steps.StatementInlining.IfReturnInliningVisitor

Inheritance: ElementVisitor
Show file Open project: ashmind/expressive

Public Methods

Method Description
VisitList ( IList elements ) : void

Private Methods

Method Description
TryExtractElseIfThenEndsWithReturn ( IfThenElement ifThen, IList elements, int index ) : bool
TryInlineIfThenReturnFollowedByReturn ( IfThenElement ifThen, IList elements, int index ) : void

Method Details

VisitList() public method

public VisitList ( IList elements ) : void
elements IList
return void