C# Class Microsoft.R.Core.AST.Operators.FunctionCall

Inheritance: Operator, IFunction
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CalculateVirtualEnd ( ParseContext context ) : void

Method Details

FunctionCall() public méthode

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

GetParameterIndex() public méthode

public GetParameterIndex ( int position ) : int
position int
Résultat int

GetParameterName() public méthode

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
Résultat string

Parse() public méthode

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

Shift() public méthode

public Shift ( int offset ) : void
offset int
Résultat void

ShiftStartingFrom() public méthode

public ShiftStartingFrom ( int position, int offset ) : void
position int
offset int
Résultat void