public abstract class AbstractSymbolFilter extends Object
Constructor and Description |
---|
AbstractSymbolFilter() |
Modifier and Type | Method and Description |
---|---|
abstract org.eclipse.lsp4j.jsonrpc.messages.Either<List<org.eclipse.lsp4j.CompletionItem>,List<SymbolInfo>> |
filterItems(LSServiceOperationContext completionContext)
Filters the symbolInfo from the list based on a particular filter criteria.
|
public abstract org.eclipse.lsp4j.jsonrpc.messages.Either<List<org.eclipse.lsp4j.CompletionItem>,List<SymbolInfo>> filterItems(LSServiceOperationContext completionContext)
completionContext
- - Completion operation contextArrayList
Copyright © 2018 WSO2. All rights reserved.