Class DocumentSymbolMapper.DocumentSymbolDeprecationInfoProvider

  • Enclosing class:
    DocumentSymbolMapper

    @Beta
    public static class DocumentSymbolMapper.DocumentSymbolDeprecationInfoProvider
    extends java.lang.Object
    Determines whether a document symbol can be marked as deprecated.
    See Also:
    DocumentSymbol.deprecated
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isDeprecated​(org.eclipse.emf.ecore.EObject object)  
      boolean isDeprecated​(org.eclipse.xtext.resource.IEObjectDescription description)  
      • Methods inherited from class java.lang.Object

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

      • DocumentSymbolDeprecationInfoProvider

        public DocumentSymbolDeprecationInfoProvider()
    • Method Detail

      • isDeprecated

        public boolean isDeprecated​(org.eclipse.emf.ecore.EObject object)
      • isDeprecated

        public boolean isDeprecated​(org.eclipse.xtext.resource.IEObjectDescription description)