Uses of Enum Class
com.google.javascript.jscomp.PropertyRenamingPolicy
Packages that use PropertyRenamingPolicy
-
Uses of PropertyRenamingPolicy in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return PropertyRenamingPolicyModifier and TypeMethodDescriptionCompilerOptions.getPropertyRenaming()static PropertyRenamingPolicyReturns the enum constant of this class with the specified name.static PropertyRenamingPolicy[]PropertyRenamingPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.javascript.jscomp with parameters of type PropertyRenamingPolicyModifier and TypeMethodDescriptionvoidCompilerOptions.setPropertyRenaming(PropertyRenamingPolicy propertyRenaming) voidCompilerOptions.setRenamingPolicy(VariableRenamingPolicy newVariablePolicy, PropertyRenamingPolicy newPropertyPolicy) Sets the variable and property renaming policies for the compiler, in a way that clears warnings about the renaming policy being uninitialized from flags.