Uses of Enum Class
com.google.javascript.jscomp.CompilerOptions.Es6SubclassTranspilation
Packages that use CompilerOptions.Es6SubclassTranspilation
-
Uses of CompilerOptions.Es6SubclassTranspilation in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CompilerOptions.Es6SubclassTranspilationModifier and TypeMethodDescriptionCompilerOptions.getEs6SubclassTranspilation()Returns the enum constant of this class with the specified name.CompilerOptions.Es6SubclassTranspilation.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.Es6SubclassTranspilationModifier and TypeMethodDescriptionvoidCompilerOptions.setEs6SubclassTranspilation(CompilerOptions.Es6SubclassTranspilation es6SubclassTranspilation) Constructors in com.google.javascript.jscomp with parameters of type CompilerOptions.Es6SubclassTranspilationModifierConstructorDescriptionEs6ConvertSuperConstructorCalls(AbstractCompiler compiler, CompilerOptions.Es6SubclassTranspilation es6SubclassTranspilation) Es6RewriteClass(AbstractCompiler compiler, CompilerOptions.Es6SubclassTranspilation es6SubclassTranspilation)