C# Class Microsoft.R.Core.AST.Arguments.ErrorArgument

Inheritance: CommaSeparatedItem
显示文件 Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
ErrorArgument ( IEnumerable tokens ) : System.Collections.Generic
Parse ( ParseContext context, IAstNode parent ) : bool

Method Details

ErrorArgument() public method

public ErrorArgument ( IEnumerable tokens ) : System.Collections.Generic
tokens IEnumerable
return System.Collections.Generic

Parse() public method

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