Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
protected CodingConvention |
CodingConventions.Proxy.nextConvention |
Modifier and Type | Method and Description |
---|---|
CodingConvention |
CompilerOptions.getCodingConvention() |
CodingConvention |
Compiler.getCodingConvention() |
abstract CodingConvention |
AbstractCompiler.getCodingConvention()
Gets the current coding convention.
|
static CodingConvention |
CodingConventions.getDefault()
Gets the default coding convention.
|
Modifier and Type | Method and Description |
---|---|
AbstractCommandLineRunner.CommandLineConfig |
AbstractCommandLineRunner.CommandLineConfig.setCodingConvention(CodingConvention codingConvention)
Sets rules and conventions to enforce.
|
void |
CompilerOptions.setCodingConvention(CodingConvention codingConvention) |
Constructor and Description |
---|
ChromeCodingConvention(CodingConvention wrapped) |
ClosureCodingConvention(CodingConvention wrapped) |
GoogleCodingConvention(CodingConvention convention)
Decorates a wrapped CodingConvention.
|
Proxy(CodingConvention convention) |
Copyright © 2009-2019 Google. All Rights Reserved.