C# 클래스 Expressive.Decompilation.Steps.StatementInlining.IfReturnInliningVisitor

상속: ElementVisitor
파일 보기 프로젝트 열기: ashmind/expressive

공개 메소드들

메소드 설명
VisitList ( IList elements ) : void

비공개 메소드들

메소드 설명
TryExtractElseIfThenEndsWithReturn ( IfThenElement ifThen, IList elements, int index ) : bool
TryInlineIfThenReturnFollowedByReturn ( IfThenElement ifThen, IList elements, int index ) : void

메소드 상세

VisitList() 공개 메소드

public VisitList ( IList elements ) : void
elements IList
리턴 void