public class ReferenceUtil extends Object
Constructor and Description |
---|
ReferenceUtil() |
Modifier and Type | Method and Description |
---|---|
static List<org.eclipse.lsp4j.Location> |
getReferences(LSServiceOperationContext referencesContext,
BLangPackage currentBLangPackage)
Get definition position for the given definition context.
|
public static List<org.eclipse.lsp4j.Location> getReferences(LSServiceOperationContext referencesContext, BLangPackage currentBLangPackage)
referencesContext
- context of the references.currentBLangPackage
- current package that is visiting.Copyright © 2018 WSO2. All rights reserved.