public class BLangEndpointContextResolver extends AbstractItemResolver
Constructor and Description |
---|
BLangEndpointContextResolver() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isInvocationOrFieldAccess(LSServiceOperationContext context)
Check whether the token stream corresponds to a action invocation or a function invocation.
|
List<org.eclipse.lsp4j.CompletionItem> |
resolveItems(LSServiceOperationContext ctx) |
getVariableDefinitionCompletionItems, isAnnotationStart, populateBasicTypes, populateCompletionItem, populateCompletionItemList, populateCompletionItemList, populateVariableDefCompletionItem, removeInvalidStatementScopeSymbols
public List<org.eclipse.lsp4j.CompletionItem> resolveItems(LSServiceOperationContext ctx)
resolveItems
in class AbstractItemResolver
protected boolean isInvocationOrFieldAccess(LSServiceOperationContext context)
isInvocationOrFieldAccess
in class AbstractItemResolver
context
- Completion operation contextBoolean
Whether invocation or Field AccessCopyright © 2018 WSO2. All rights reserved.