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

Inheritance: KeywordExpressionStatement, IKeywordExpressionScope
Mostrar archivo Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
KeywordExpressionScopeStatement ( ) : System.Diagnostics
KeywordExpressionScopeStatement ( string terminatingKeyword ) : System.Diagnostics
Parse ( ParseContext context, IAstNode parent ) : bool

Method Details

KeywordExpressionScopeStatement() public method

public KeywordExpressionScopeStatement ( ) : System.Diagnostics
return System.Diagnostics

KeywordExpressionScopeStatement() public method

public KeywordExpressionScopeStatement ( string terminatingKeyword ) : System.Diagnostics
terminatingKeyword string
return System.Diagnostics

Parse() public method

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