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

Inheritance: ElementVisitor
Show file Open project: ashmind/expressive

Public Methods

Method Description
InitializerDetectingVisitor ( AssignmentInliner inliner ) : System
VisitList ( IList elements ) : void

Protected Methods

Method Description
TryWith ( IInitializerCollector collector, int index, IList elements ) : bool

Method Details

InitializerDetectingVisitor() public method

public InitializerDetectingVisitor ( AssignmentInliner inliner ) : System
inliner Expressive.Decompilation.Steps.StatementInlining.AssignmentInlining.AssignmentInliner
return System

TryWith() protected method

protected TryWith ( IInitializerCollector collector, int index, IList elements ) : bool
collector IInitializerCollector
index int
elements IList
return bool

VisitList() public method

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