Class DocumentSymbolMapper


  • @Beta
    public class DocumentSymbolMapper
    extends java.lang.Object
    Maps an EObject to the corresponding document symbol.
    • Constructor Detail

      • DocumentSymbolMapper

        public DocumentSymbolMapper()
    • Method Detail

      • toDocumentSymbol

        public org.eclipse.lsp4j.DocumentSymbol toDocumentSymbol​(org.eclipse.emf.ecore.EObject object)
        Converts the EObject argument into a document symbol without the children information filled in.