public static enum CompilerOptions.ExtractPrototypeMemberDeclarationsMode extends Enum<CompilerOptions.ExtractPrototypeMemberDeclarationsMode>
| Enum Constant and Description |
|---|
OFF |
USE_GLOBAL_TEMP |
USE_IIFE |
| Modifier and Type | Method and Description |
|---|---|
static CompilerOptions.ExtractPrototypeMemberDeclarationsMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompilerOptions.ExtractPrototypeMemberDeclarationsMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompilerOptions.ExtractPrototypeMemberDeclarationsMode OFF
public static final CompilerOptions.ExtractPrototypeMemberDeclarationsMode USE_GLOBAL_TEMP
public static final CompilerOptions.ExtractPrototypeMemberDeclarationsMode USE_IIFE
public static CompilerOptions.ExtractPrototypeMemberDeclarationsMode[] values()
for (CompilerOptions.ExtractPrototypeMemberDeclarationsMode c : CompilerOptions.ExtractPrototypeMemberDeclarationsMode.values()) System.out.println(c);
public static CompilerOptions.ExtractPrototypeMemberDeclarationsMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2009-2017 Google. All Rights Reserved.