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 classCoding convention used by the Chrome team to compile Chrome's JS.final classThis describes the Closure-specific JavaScript coding conventions.static classA convention that wraps another.classThis describes the Google-specific JavaScript coding conventions.Fields in com.google.javascript.jscomp declared as CodingConventionModifier and TypeFieldDescriptionprotected final CodingConventionCodingConventions.Proxy.nextConventionMethods in com.google.javascript.jscomp that return CodingConventionModifier and TypeMethodDescriptionabstract CodingConventionAbstractCompiler.getCodingConvention()Gets the current coding convention.Compiler.getCodingConvention()CompilerOptions.getCodingConvention()static CodingConventionCodingConventions.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.voidCompilerOptions.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.protectedProxy(CodingConvention convention)