C# Класс Microsoft.R.Core.AST.Scopes.SimpleScope

Наследование: AstNode, IScope
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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