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

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

Méthodes publiques

Méthode Description
VisitList ( IList elements ) : void

Private Methods

Méthode Description
TryExtractElseIfThenEndsWithReturn ( IfThenElement ifThen, IList elements, int index ) : bool
TryInlineIfThenReturnFollowedByReturn ( IfThenElement ifThen, IList elements, int index ) : void

Method Details

VisitList() public méthode

public VisitList ( IList elements ) : void
elements IList
Résultat void