Interface LabelProviderFactory.StaticAnalysisToolFactory

All Superinterfaces:
ExtensionPoint
All Known Implementing Classes:
ParserConfiguration.ParserFactory
Enclosing class:
LabelProviderFactory
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface 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)