C# 클래스 Microsoft.R.Core.AST.Scopes.Scope

상속: AstNode, IScope
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( ParseContext context, IAstNode parent ) : bool
Scope ( ) : System.Diagnostics
Scope ( string name ) : System.Diagnostics
ToString ( ) : string

메소드 상세

Parse() 공개 메소드

public Parse ( ParseContext context, IAstNode parent ) : bool
context Microsoft.R.Core.Parser.ParseContext
parent IAstNode
리턴 bool

Scope() 공개 메소드

public Scope ( ) : System.Diagnostics
리턴 System.Diagnostics

Scope() 공개 메소드

public Scope ( string name ) : System.Diagnostics
name string
리턴 System.Diagnostics

ToString() 공개 메소드

public ToString ( ) : string
리턴 string