C# Class Microsoft.R.Core.AST.Statements.KeywordScopeStatement

Inheritance: KeywordStatement, IKeywordScopeStatement
Mostrar archivo Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
KeywordScopeStatement ( bool allowsSimpleScope ) : System.Diagnostics
Parse ( ParseContext context, IAstNode parent ) : bool

Method Details

KeywordScopeStatement() public method

public KeywordScopeStatement ( bool allowsSimpleScope ) : System.Diagnostics
allowsSimpleScope bool
return System.Diagnostics

Parse() public method

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