Class WorkspaceSymbolService


  • public class WorkspaceSymbolService
    extends java.lang.Object
    Since:
    2.11
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.lsp4j.jsonrpc.messages.Either<java.util.List<? extends org.eclipse.lsp4j.SymbolInformation>,​java.util.List<? extends org.eclipse.lsp4j.WorkspaceSymbol>> getSymbols​(java.lang.String query, org.eclipse.xtext.findReferences.IReferenceFinder.IResourceAccess resourceAccess, org.eclipse.xtext.resource.IResourceDescriptions indexData, org.eclipse.xtext.util.CancelIndicator cancelIndicator)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WorkspaceSymbolService

        public WorkspaceSymbolService()
    • Method Detail

      • getSymbols

        public org.eclipse.lsp4j.jsonrpc.messages.Either<java.util.List<? extends org.eclipse.lsp4j.SymbolInformation>,​java.util.List<? extends org.eclipse.lsp4j.WorkspaceSymbol>> getSymbols​(java.lang.String query,
                                                                                                                                                                                                     org.eclipse.xtext.findReferences.IReferenceFinder.IResourceAccess resourceAccess,
                                                                                                                                                                                                     org.eclipse.xtext.resource.IResourceDescriptions indexData,
                                                                                                                                                                                                     org.eclipse.xtext.util.CancelIndicator cancelIndicator)