C# 클래스 Boo.Lang.Compiler.Steps.AccessibilityChecker

상속: IAccessibilityChecker
파일 보기 프로젝트 열기: boo/boo-lang

공개 프로퍼티들

프로퍼티 타입 설명
Global IAccessibilityChecker

공개 메소드들

메소드 설명
AccessibilityChecker ( Boo.Lang.Compiler.Ast.TypeDefinition scope ) : Boo.Lang.Compiler.Ast
IsAccessible ( IAccessibleMember member ) : bool

비공개 메소드들

메소드 설명
CurrentType ( ) : IType
IsDeclaredInside ( IType candidate ) : bool

메소드 상세

AccessibilityChecker() 공개 메소드

public AccessibilityChecker ( Boo.Lang.Compiler.Ast.TypeDefinition scope ) : Boo.Lang.Compiler.Ast
scope Boo.Lang.Compiler.Ast.TypeDefinition
리턴 Boo.Lang.Compiler.Ast

IsAccessible() 공개 메소드

public IsAccessible ( IAccessibleMember member ) : bool
member IAccessibleMember
리턴 bool

프로퍼티 상세

Global 공개적으로 정적으로 프로퍼티

public static IAccessibilityChecker Global
리턴 IAccessibilityChecker