Uses of Interface
com.google.javascript.jscomp.CodingConvention
Packages that use CodingConvention
-
Uses of CodingConvention in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement CodingConventionModifier and TypeClassDescriptionfinal class
Coding convention used by the Chrome team to compile Chrome's JS.final class
This describes the Closure-specific JavaScript coding conventions.static class
A convention that wraps another.class
This describes the Google-specific JavaScript coding conventions.Fields in com.google.javascript.jscomp declared as CodingConventionModifier and TypeFieldDescriptionprotected final CodingConvention
CodingConventions.Proxy.nextConvention
Methods in com.google.javascript.jscomp that return CodingConventionModifier and TypeMethodDescriptionabstract CodingConvention
AbstractCompiler.getCodingConvention()
Gets the current coding convention.Compiler.getCodingConvention()
CompilerOptions.getCodingConvention()
static CodingConvention
CodingConventions.getDefault()
Gets the default coding convention.Methods in com.google.javascript.jscomp with parameters of type CodingConventionModifier and TypeMethodDescriptionAbstractCommandLineRunner.CommandLineConfig.setCodingConvention
(CodingConvention codingConvention) Sets rules and conventions to enforce.void
CompilerOptions.setCodingConvention
(CodingConvention codingConvention) Constructors in com.google.javascript.jscomp with parameters of type CodingConventionModifierConstructorDescriptionChromeCodingConvention
(CodingConvention wrapped) ClosureCodingConvention
(CodingConvention wrapped) GoogleCodingConvention
(CodingConvention convention) Decorates a wrapped CodingConvention.protected
Proxy
(CodingConvention convention)