public class GotoImplementationUtil extends Object
Modifier and Type | Method and Description |
---|---|
static List<org.eclipse.lsp4j.Location> |
getImplementationLocation(BLangPackage bLangPkg,
LSContext ctx,
org.eclipse.lsp4j.Position position,
String srcRoot)
Get the Implementations' locations.
|
public static List<org.eclipse.lsp4j.Location> getImplementationLocation(BLangPackage bLangPkg, LSContext ctx, org.eclipse.lsp4j.Position position, String srcRoot)
bLangPkg
- Current BLangPackagectx
- Service Operation Contextposition
- Cursor positionsrcRoot
- Source rootList
List of found locationsCopyright © 2019 WSO2. All rights reserved.