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 class
ChromeCodingConvention
Coding convention used by the Chrome team to compile Chrome's JS.class
ClosureCodingConvention
This describes the Closure-specific JavaScript coding conventions.static class
CodingConventions.Proxy
A convention that wraps another.class
GoogleCodingConvention
This describes the Google-specific JavaScript coding conventions.Fields in com.google.javascript.jscomp declared as CodingConvention Modifier and Type Field Description protected CodingConvention
CodingConventions.Proxy. nextConvention
Methods in com.google.javascript.jscomp that return CodingConvention Modifier and Type Method Description abstract CodingConvention
AbstractCompiler. getCodingConvention()
Gets the current coding convention.CodingConvention
Compiler. getCodingConvention()
CodingConvention
CompilerOptions. getCodingConvention()
static CodingConvention
CodingConventions. getDefault()
Gets the default coding convention.Methods in com.google.javascript.jscomp with parameters of type CodingConvention Modifier and Type Method Description AbstractCommandLineRunner.CommandLineConfig
AbstractCommandLineRunner.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 CodingConvention Constructor Description ChromeCodingConvention(CodingConvention wrapped)
ClosureCodingConvention(CodingConvention wrapped)
GoogleCodingConvention(CodingConvention convention)
Decorates a wrapped CodingConvention.Proxy(CodingConvention convention)
-