public class DefinitionUtil extends Object
Constructor and Description |
---|
DefinitionUtil() |
Modifier and Type | Method and Description |
---|---|
static List<org.eclipse.lsp4j.Location> |
getDefinitionPosition(LSServiceOperationContext definitionContext,
LSPackageCache lSPackageCache)
Get definition position for the given definition context.
|
public static List<org.eclipse.lsp4j.Location> getDefinitionPosition(LSServiceOperationContext definitionContext, LSPackageCache lSPackageCache)
definitionContext
- context of the definition.lSPackageCache
- package context for language server.List
list of locationsCopyright © 2018 WSO2. All rights reserved.