Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.type |
Provides type-checking data structures and algorithms.
|
Modifier and Type | Class and Description |
---|---|
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.
|
class |
JqueryCodingConvention
This describes the jQuery specific JavaScript coding conventions.
|
Modifier and Type | Field and Description |
---|---|
protected CodingConvention |
CodingConventions.Proxy.nextConvention |
Modifier and Type | Method and Description |
---|---|
CodingConvention |
Compiler.getCodingConvention() |
CodingConvention |
CompilerOptions.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 |
---|---|
static Node |
NodeUtil.newQualifiedNameNode(CodingConvention convention,
String name)
Creates a node representing a qualified name.
|
static Node |
NodeUtil.newQualifiedNameNodeDeclaration(CodingConvention convention,
String name,
Node value,
JSDocInfo info)
Creates a node representing a qualified name.
|
void |
CompilerOptions.setCodingConvention(CodingConvention codingConvention) |
Constructor and Description |
---|
ClosureCodingConvention(CodingConvention wrapped) |
CodingConventions.Proxy(CodingConvention convention) |
GoogleCodingConvention(CodingConvention convention)
Decorates a wrapped CodingConvention.
|
JqueryCodingConvention(CodingConvention wrapped) |
Modifier and Type | Field and Description |
---|---|
protected CodingConvention |
ChainableReverseAbstractInterpreter.convention |
Constructor and Description |
---|
ChainableReverseAbstractInterpreter(CodingConvention convention,
JSTypeRegistry typeRegistry)
Constructs an interpreter, which is the only link in a chain.
|
ClosureReverseAbstractInterpreter(CodingConvention convention,
JSTypeRegistry typeRegistry)
Creates a
ClosureReverseAbstractInterpreter . |
SemanticReverseAbstractInterpreter(CodingConvention convention,
JSTypeRegistry typeRegistry)
Creates a semantic reverse abstract interpreter.
|
Copyright © 2009-2014 Google. All Rights Reserved.