Class IDocumentSymbolService.Noop
- java.lang.Object
-
- org.eclipse.xtext.ide.server.symbol.IDocumentSymbolService.Noop
-
- All Implemented Interfaces:
IDocumentSymbolService
- Enclosing interface:
- IDocumentSymbolService
public static class IDocumentSymbolService.Noop extends java.lang.Object implements IDocumentSymbolService
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.xtext.ide.server.symbol.IDocumentSymbolService
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)
-
-
-
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:
getSymbolsin interfaceIDocumentSymbolService
-
-