C# Class Microsoft.R.Core.AST.Scopes.SimpleScope

Inheritance: AstNode, IScope
Mostrar archivo Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
Parse ( ParseContext context, IAstNode parent ) : bool
SimpleScope ( string terminatingKeyword ) : System.Collections.Generic

Method Details

Parse() public method

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

SimpleScope() public method

public SimpleScope ( string terminatingKeyword ) : System.Collections.Generic
terminatingKeyword string
return System.Collections.Generic