Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
static class |
ClosureCodingConvention.AssertFunctionByTypeName
A function that will throw an exception when the value is not an
instanceof the given type name, for instance "Element".
|
static class |
ClosureCodingConvention.AssertInstanceofSpec
A function that will throw an exception when if the value is not
an instanceof a specific type.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<CodingConvention.AssertionFunctionSpec> |
CodingConvention.getAssertionFunctions()
Returns the set of AssertionFunction.
|
java.util.Collection<CodingConvention.AssertionFunctionSpec> |
ClosureCodingConvention.getAssertionFunctions() |
java.util.Collection<CodingConvention.AssertionFunctionSpec> |
ChromeCodingConvention.getAssertionFunctions() |
java.util.Collection<CodingConvention.AssertionFunctionSpec> |
CodingConventions.Proxy.getAssertionFunctions() |
Copyright © 2009-2017 Google. All Rights Reserved.