Class IDocumentSymbolService.Noop

    • Constructor Summary

      Constructors 
      Constructor Description
      Noop()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.eclipse.lsp4j.jsonrpc.messages.Either<org.eclipse.lsp4j.SymbolInformation,​org.eclipse.lsp4j.DocumentSymbol>> getSymbols​(Document document, org.eclipse.xtext.resource.XtextResource resource, org.eclipse.lsp4j.DocumentSymbolParams params, 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

      • Noop

        public Noop()
    • Method Detail

      • getSymbols

        public java.util.List<org.eclipse.lsp4j.jsonrpc.messages.Either<org.eclipse.lsp4j.SymbolInformation,​org.eclipse.lsp4j.DocumentSymbol>> getSymbols​(Document document,
                                                                                                                                                                org.eclipse.xtext.resource.XtextResource resource,
                                                                                                                                                                org.eclipse.lsp4j.DocumentSymbolParams params,
                                                                                                                                                                org.eclipse.xtext.util.CancelIndicator cancelIndicator)
        Specified by:
        getSymbols in interface IDocumentSymbolService