org.plovr
Class PlovrDiagnosticGroups
java.lang.Object
com.google.javascript.jscomp.DiagnosticGroups
org.plovr.PlovrDiagnosticGroups
public class PlovrDiagnosticGroups
- extends DiagnosticGroups
Fields inherited from class com.google.javascript.jscomp.DiagnosticGroups |
ACCESS_CONTROLS, AMBIGUOUS_FUNCTION_DECL, CHECK_PROVIDES, CHECK_REGEXP, CHECK_TYPES, CHECK_USELESS_CODE, CHECK_VARIABLES, CONST, CONSTANT_PROPERTY, DEBUGGER_STATEMENT_PRESENT, DEPRECATED, DUPLICATE_VARS, ES5_STRICT, EXTERNS_VALIDATION, FILEOVERVIEW_JSDOC, GLOBAL_THIS, INTERNET_EXPLORER_CHECKS, INVALID_CASTS, MISSING_PROPERTIES, NON_STANDARD_JSDOC, STRICT_MODULE_DEP_CHECK, TWEAKS, TYPE_INVALIDATION, UNDEFINED_VARIABLES, UNKNOWN_DEFINES, VISIBILITY |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlovrDiagnosticGroups
public PlovrDiagnosticGroups()
registerGroup
public DiagnosticGroup registerGroup(String name,
DiagnosticGroup group)
registerGroup
public DiagnosticGroup registerGroup(String name,
DiagnosticType... types)
registerGroup
public DiagnosticGroup registerGroup(String name,
DiagnosticGroup... groups)
getRegisteredGroups
public Map<String,DiagnosticGroup> getRegisteredGroups()
- Overrides:
getRegisteredGroups
in class DiagnosticGroups
forName
public DiagnosticGroup forName(String name)
- Overrides:
forName
in class DiagnosticGroups