C# Класс Microsoft.R.Core.AST.AstRootExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
FindItemDefinition ( this ast, int position, string itemName ) : IAstNode

Locates function or variable definition given the item name and the position of the name in the text buffer.

GetFunctionsFromPosition ( this ast, int position ) : IEnumerable

Enumerates function definitions applicable to the current scope. Returns definitions that appear in the file up to the specified position.

IsCompleteExpression ( this expressionAst ) : bool

Описание методов

FindItemDefinition() публичный статический Метод

Locates function or variable definition given the item name and the position of the name in the text buffer.
public static FindItemDefinition ( this ast, int position, string itemName ) : IAstNode
ast this
position int
itemName string
Результат IAstNode

GetFunctionsFromPosition() публичный статический Метод

Enumerates function definitions applicable to the current scope. Returns definitions that appear in the file up to the specified position.
public static GetFunctionsFromPosition ( this ast, int position ) : IEnumerable
ast this
position int
Результат IEnumerable

IsCompleteExpression() публичный статический Метод

public static IsCompleteExpression ( this expressionAst ) : bool
expressionAst this
Результат bool