C# 클래스 Boo.Lang.Compiler.Ast.Local

파일 보기 프로젝트 열기: boo/boo-lang 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_privateScope bool

공개 메소드들

메소드 설명
Local ( ) : System
Local ( Boo.Lang.Compiler.Ast.Declaration declaration, bool privateScope ) : System
Local ( LexicalInfo lexicalInfo, string name ) : System
Local ( ReferenceExpression reference, bool privateScope ) : System
Local ( string name, bool privateScope ) : System

메소드 상세

Local() 공개 메소드

public Local ( ) : System
리턴 System

Local() 공개 메소드

public Local ( Boo.Lang.Compiler.Ast.Declaration declaration, bool privateScope ) : System
declaration Boo.Lang.Compiler.Ast.Declaration
privateScope bool
리턴 System

Local() 공개 메소드

public Local ( LexicalInfo lexicalInfo, string name ) : System
lexicalInfo LexicalInfo
name string
리턴 System

Local() 공개 메소드

public Local ( ReferenceExpression reference, bool privateScope ) : System
reference ReferenceExpression
privateScope bool
리턴 System

Local() 공개 메소드

public Local ( string name, bool privateScope ) : System
name string
privateScope bool
리턴 System

프로퍼티 상세

_privateScope 보호되어 있는 프로퍼티

protected bool _privateScope
리턴 bool