|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<PropertyRenamingPolicy>
com.google.javascript.jscomp.PropertyRenamingPolicy
public enum PropertyRenamingPolicy
Policies to determine how properties should be renamed.
| Enum Constant Summary | |
|---|---|
AGGRESSIVE_HEURISTIC
Rename properties more heuristically. |
|
ALL_UNQUOTED
Rename all properties that aren't explicitly quoted and aren't externally defined (i.e. |
|
HEURISTIC
Rename properties heuristically. |
|
OFF
Rename no properties. |
|
UNSPECIFIED
|
|
| Method Summary | |
|---|---|
static PropertyRenamingPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PropertyRenamingPolicy[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PropertyRenamingPolicy OFF
public static final PropertyRenamingPolicy HEURISTIC
RenamePrototypespublic static final PropertyRenamingPolicy AGGRESSIVE_HEURISTIC
RenamePrototypespublic static final PropertyRenamingPolicy ALL_UNQUOTED
RenamePropertiespublic static final PropertyRenamingPolicy UNSPECIFIED
| Method Detail |
|---|
public static PropertyRenamingPolicy[] values()
for (PropertyRenamingPolicy c : PropertyRenamingPolicy.values()) System.out.println(c);
public static PropertyRenamingPolicy valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||