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