C# 클래스 Microsoft.R.Core.AST.Arguments.ArgumentList

상속: CommaSeparatedList
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
ArgumentList ( RTokenType terminatingTokenType ) : System.Collections.Generic

보호된 메소드들

메소드 설명
CreateItem ( IAstNode parent, ParseContext context ) : CommaSeparatedItem

비공개 메소드들

메소드 설명
CollectErrorArgumentTokens ( ParseContext context ) : IEnumerable

메소드 상세

ArgumentList() 공개 메소드

public ArgumentList ( RTokenType terminatingTokenType ) : System.Collections.Generic
terminatingTokenType RTokenType
리턴 System.Collections.Generic

CreateItem() 보호된 메소드

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