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

Inheritance: AstNode, IScope
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

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

Method Details

Parse() public méthode

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

SimpleScope() public méthode

public SimpleScope ( string terminatingKeyword ) : System.Collections.Generic
terminatingKeyword string
Résultat System.Collections.Generic