Uses of Enum Class
com.google.javascript.jscomp.CompilerInput.ModuleType
Packages that use CompilerInput.ModuleType
-
Uses of CompilerInput.ModuleType in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CompilerInput.ModuleTypeModifier and TypeMethodDescriptionCompilerInput.getJsModuleType()static CompilerInput.ModuleTypeReturns the enum constant of this class with the specified name.static CompilerInput.ModuleType[]CompilerInput.ModuleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.javascript.jscomp with parameters of type CompilerInput.ModuleTypeModifier and TypeMethodDescriptionvoidCompilerInput.setJsModuleType(CompilerInput.ModuleType moduleType)