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

Inheritance: KeywordExpressionStatement, IKeywordExpressionScope
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

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

Method Details

KeywordExpressionScopeStatement() public méthode

public KeywordExpressionScopeStatement ( ) : System.Diagnostics
Résultat System.Diagnostics

KeywordExpressionScopeStatement() public méthode

public KeywordExpressionScopeStatement ( string terminatingKeyword ) : System.Diagnostics
terminatingKeyword string
Résultat System.Diagnostics

Parse() public méthode

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