C# 클래스 Microsoft.R.Core.AST.Operators.FunctionCall

상속: Operator, IFunction
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
FunctionCall ( ) : System.Diagnostics
GetParameterIndex ( int position ) : int
GetParameterName ( int index, bool &namedParameter ) : string

Finds parameter name by parameter index and determines if the parameter is a named argument.

Parse ( ParseContext context, IAstNode parent ) : bool
Shift ( int offset ) : void
ShiftStartingFrom ( int position, int offset ) : void

비공개 메소드들

메소드 설명
CalculateVirtualEnd ( ParseContext context ) : void

메소드 상세

FunctionCall() 공개 메소드

public FunctionCall ( ) : System.Diagnostics
리턴 System.Diagnostics

GetParameterIndex() 공개 메소드

public GetParameterIndex ( int position ) : int
position int
리턴 int

GetParameterName() 공개 메소드

Finds parameter name by parameter index and determines if the parameter is a named argument.
public GetParameterName ( int index, bool &namedParameter ) : string
index int Parameter index
namedParameter bool If true, parameter is a named argument
리턴 string

Parse() 공개 메소드

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

Shift() 공개 메소드

public Shift ( int offset ) : void
offset int
리턴 void

ShiftStartingFrom() 공개 메소드

public ShiftStartingFrom ( int position, int offset ) : void
position int
offset int
리턴 void