C# Class Microsoft.R.Core.AST.StatementExtensions

Mostrar archivo Open project: Microsoft/RTVS

Public Methods

Method Description
GetVariableOrFunctionDefinition ( this es, Variable &v ) : IFunctionDefinition

Given expression statement determines if it defines a function and if so, returns the function definition and the variable it is assigned to.

Method Details

GetVariableOrFunctionDefinition() public static method

Given expression statement determines if it defines a function and if so, returns the function definition and the variable it is assigned to.
public static GetVariableOrFunctionDefinition ( this es, Variable &v ) : IFunctionDefinition
es this
v Microsoft.R.Core.AST.Variables.Variable
return IFunctionDefinition