Uses of Class
com.google.javascript.jscomp.CompilerInput.ModuleType
-
Packages that use CompilerInput.ModuleType Package Description com.google.javascript.jscomp -
-
Uses of CompilerInput.ModuleType in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CompilerInput.ModuleType Modifier and Type Method Description CompilerInput.ModuleTypeCompilerInput. getJsModuleType()static CompilerInput.ModuleTypeCompilerInput.ModuleType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CompilerInput.ModuleType[]CompilerInput.ModuleType. 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 CompilerInput.ModuleType Modifier and Type Method Description voidCompilerInput. setJsModuleType(CompilerInput.ModuleType moduleType)
-