Class DiagnosticGroups

java.lang.Object
com.google.javascript.jscomp.DiagnosticGroups

public class DiagnosticGroups extends Object
Named groups of DiagnosticTypes exposed by Compiler.
  • Field Details

  • Constructor Details

    • DiagnosticGroups

      public DiagnosticGroups()
  • Method Details

    • getRegisteredGroups

      protected Map<String,DiagnosticGroup> getRegisteredGroups()
      Get the registered diagnostic groups, indexed by name.
    • forName

      public DiagnosticGroup forName(String name)
      Find the diagnostic group registered under the given name.