C# 클래스 ICSharpCode.NRefactory.CSharp.Refactoring.AccessToClosureIssue.Environment

상속: Node
파일 보기 프로젝트 열기: mono-soc-2012/NRefactory

공개 메소드들

메소드 설명
Environment ( AstNode astNode, Statement body ) : System
GetAllReferences ( ) : IEnumerable
GetChildEnvironments ( ) : IEnumerable
SortChildren ( ) : void

메소드 상세

Environment() 공개 메소드

public Environment ( AstNode astNode, Statement body ) : System
astNode AstNode
body Statement
리턴 System

GetAllReferences() 공개 메소드

public GetAllReferences ( ) : IEnumerable
리턴 IEnumerable

GetChildEnvironments() 공개 메소드

public GetChildEnvironments ( ) : IEnumerable
리턴 IEnumerable

SortChildren() 공개 메소드

public SortChildren ( ) : void
리턴 void