Uses of Class
com.google.javascript.jscomp.CompilerOptions.ExtractPrototypeMemberDeclarationsMode
-
Packages that use CompilerOptions.ExtractPrototypeMemberDeclarationsMode Package Description com.google.javascript.jscomp -
-
Uses of CompilerOptions.ExtractPrototypeMemberDeclarationsMode in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CompilerOptions.ExtractPrototypeMemberDeclarationsMode Modifier and Type Method Description static CompilerOptions.ExtractPrototypeMemberDeclarationsModeCompilerOptions.ExtractPrototypeMemberDeclarationsMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CompilerOptions.ExtractPrototypeMemberDeclarationsMode[]CompilerOptions.ExtractPrototypeMemberDeclarationsMode. 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 CompilerOptions.ExtractPrototypeMemberDeclarationsMode Modifier and Type Method Description voidCompilerOptions. setExtractPrototypeMemberDeclarations(CompilerOptions.ExtractPrototypeMemberDeclarationsMode mode)
-