C# Класс Microsoft.R.Core.AST.Statements.KeywordExpressionScopeStatement

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

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

Метод Описание
KeywordExpressionScopeStatement ( ) : System.Diagnostics
KeywordExpressionScopeStatement ( string terminatingKeyword ) : System.Diagnostics
Parse ( ParseContext context, IAstNode parent ) : bool

Описание методов

KeywordExpressionScopeStatement() публичный Метод

public KeywordExpressionScopeStatement ( ) : System.Diagnostics
Результат System.Diagnostics

KeywordExpressionScopeStatement() публичный Метод

public KeywordExpressionScopeStatement ( string terminatingKeyword ) : System.Diagnostics
terminatingKeyword string
Результат System.Diagnostics

Parse() публичный Метод

public Parse ( ParseContext context, IAstNode parent ) : bool
context Microsoft.R.Core.Parser.ParseContext
parent IAstNode
Результат bool