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

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

공개 메소드들

메소드 설명
Parse ( ParseContext context, IAstNode parent ) : bool
SimpleScope ( string terminatingKeyword ) : System.Collections.Generic

메소드 상세

Parse() 공개 메소드

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

SimpleScope() 공개 메소드

public SimpleScope ( string terminatingKeyword ) : System.Collections.Generic
terminatingKeyword string
리턴 System.Collections.Generic