Uses of Enum Class
com.google.javascript.jscomp.CompilerOptions.SegmentOfCompilationToRun
Packages that use CompilerOptions.SegmentOfCompilationToRun
-
Uses of CompilerOptions.SegmentOfCompilationToRun in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CompilerOptions.SegmentOfCompilationToRunModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.CompilerOptions.SegmentOfCompilationToRun.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 CompilerOptions.SegmentOfCompilationToRunModifier and TypeMethodDescriptionvoid
Compiler.stage2Passes
(CompilerOptions.SegmentOfCompilationToRun segmentOfCompilationToRun) Perform compiler passes for stage 2 of compilation.