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

Inheritance: CommaSeparatedList
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
ArgumentList ( RTokenType terminatingTokenType ) : System.Collections.Generic

Méthodes protégées

Méthode Description
CreateItem ( IAstNode parent, ParseContext context ) : CommaSeparatedItem

Private Methods

Méthode Description
CollectErrorArgumentTokens ( ParseContext context ) : IEnumerable

Method Details

ArgumentList() public méthode

public ArgumentList ( RTokenType terminatingTokenType ) : System.Collections.Generic
terminatingTokenType RTokenType
Résultat System.Collections.Generic

CreateItem() protected méthode

protected CreateItem ( IAstNode parent, ParseContext context ) : CommaSeparatedItem
parent IAstNode
context Microsoft.R.Core.Parser.ParseContext
Résultat CommaSeparatedItem