Uses of Interface
com.google.javascript.jscomp.CodingConvention
-
Packages that use CodingConvention Package Description com.google.javascript.jscomp Provides the core compiler and its public API. -
-
Uses of CodingConvention in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement CodingConvention Modifier and Type Class Description classChromeCodingConventionCoding convention used by the Chrome team to compile Chrome's JS.classClosureCodingConventionThis describes the Closure-specific JavaScript coding conventions.static classCodingConventions.ProxyA convention that wraps another.classGoogleCodingConventionThis describes the Google-specific JavaScript coding conventions.Fields in com.google.javascript.jscomp declared as CodingConvention Modifier and Type Field Description protected CodingConventionCodingConventions.Proxy. nextConventionMethods in com.google.javascript.jscomp that return CodingConvention Modifier and Type Method Description abstract CodingConventionAbstractCompiler. getCodingConvention()Gets the current coding convention.CodingConventionCompiler. getCodingConvention()CodingConventionCompilerOptions. getCodingConvention()static CodingConventionCodingConventions. getDefault()Gets the default coding convention.Methods in com.google.javascript.jscomp with parameters of type CodingConvention Modifier and Type Method Description AbstractCommandLineRunner.CommandLineConfigAbstractCommandLineRunner.CommandLineConfig. setCodingConvention(CodingConvention codingConvention)Sets rules and conventions to enforce.voidCompilerOptions. setCodingConvention(CodingConvention codingConvention)Constructors in com.google.javascript.jscomp with parameters of type CodingConvention Constructor Description ChromeCodingConvention(CodingConvention wrapped)ClosureCodingConvention(CodingConvention wrapped)GoogleCodingConvention(CodingConvention convention)Decorates a wrapped CodingConvention.Proxy(CodingConvention convention)
-