Interface LabelProviderFactory.StaticAnalysisToolFactory

All Superinterfaces:
ExtensionPoint
All Known Implementing Classes:
ParserConfiguration.ParserFactory
Enclosing class:
LabelProviderFactory

public static interface LabelProviderFactory.StaticAnalysisToolFactory extends ExtensionPoint
Provides additional StaticAnalysisLabelProvider instances that are created dynamically.
  • Method Details

    • getLabelProvider

      Returns the additional static analysis tools.
      Parameters:
      id - the ID of the label provider
      Returns:
      the label provider with the given ID (if found)