Uses of Class
com.google.javascript.jscomp.PropertyRenamingPolicy
-
Packages that use PropertyRenamingPolicy Package Description com.google.javascript.jscomp -
-
Uses of PropertyRenamingPolicy in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return PropertyRenamingPolicy Modifier and Type Method Description PropertyRenamingPolicyCompilerOptions. getPropertyRenaming()static PropertyRenamingPolicyPropertyRenamingPolicy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PropertyRenamingPolicy[]PropertyRenamingPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.javascript.jscomp with parameters of type PropertyRenamingPolicy Modifier and Type Method Description voidCompilerOptions. 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.
-