Uses of Enum Class
com.google.javascript.jscomp.js.RuntimeJsLibManager.RuntimeLibraryMode
Packages that use RuntimeJsLibManager.RuntimeLibraryMode
-
Uses of RuntimeJsLibManager.RuntimeLibraryMode in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp with parameters of type RuntimeJsLibManager.RuntimeLibraryModeModifier and TypeMethodDescriptionvoidCompilerOptions.setRuntimeLibraryMode(RuntimeJsLibManager.RuntimeLibraryMode runtimeLibraryMode) -
Uses of RuntimeJsLibManager.RuntimeLibraryMode in com.google.javascript.jscomp.js
Methods in com.google.javascript.jscomp.js that return RuntimeJsLibManager.RuntimeLibraryModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.RuntimeJsLibManager.RuntimeLibraryMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.javascript.jscomp.js with parameters of type RuntimeJsLibManager.RuntimeLibraryModeModifier and TypeMethodDescriptionstatic RuntimeJsLibManagerRuntimeJsLibManager.create(RuntimeJsLibManager.RuntimeLibraryMode mode, RuntimeJsLibManager.ResourceProvider resourceProvider, ChangeTracker changeTracker, Supplier<Node> nodeForCodeInsertion)