C# Class ICSharpCode.NRefactory.CSharp.Refactoring.AccessToClosureIssue.Environment

Inheritance: Node
显示文件 Open project: mono-soc-2012/NRefactory

Public Methods

Method Description
Environment ( AstNode astNode, Statement body ) : System
GetAllReferences ( ) : IEnumerable
GetChildEnvironments ( ) : IEnumerable
SortChildren ( ) : void

Method Details

Environment() public method

public Environment ( AstNode astNode, Statement body ) : System
astNode AstNode
body Statement
return System

GetAllReferences() public method

public GetAllReferences ( ) : IEnumerable
return IEnumerable

GetChildEnvironments() public method

public GetChildEnvironments ( ) : IEnumerable
return IEnumerable

SortChildren() public method

public SortChildren ( ) : void
return void