Package com.google.javascript.jscomp
Class PropertyRenamingDiagnostics
- java.lang.Object
-
- com.google.javascript.jscomp.PropertyRenamingDiagnostics
-
public final class PropertyRenamingDiagnostics extends java.lang.Object
Shared diagnotic type related to property renaming.
-
-
Field Summary
Fields Modifier and Type Field Description static DiagnosticType
INVALID_RENAME_FUNCTION
static DiagnosticType
INVALIDATION
static DiagnosticType
INVALIDATION_ON_TYPE
-
-
-
Field Detail
-
INVALIDATION
public static final DiagnosticType INVALIDATION
-
INVALIDATION_ON_TYPE
public static final DiagnosticType INVALIDATION_ON_TYPE
-
INVALID_RENAME_FUNCTION
public static final DiagnosticType INVALID_RENAME_FUNCTION
-
-