Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
CodingConvention.Bind |
CodingConvention.describeFunctionBind(Node n)
A Bind instance or null.
|
CodingConvention.Bind |
CodingConventions.Proxy.describeFunctionBind(Node n) |
CodingConvention.Bind |
CodingConvention.describeFunctionBind(Node n,
boolean callerChecksTypes,
boolean iCheckTypes)
A Bind instance or null.
|
CodingConvention.Bind |
CodingConventions.Proxy.describeFunctionBind(Node n,
boolean callerChecksTypes,
boolean iCheckTypes) |
CodingConvention.Bind |
ClosureCodingConvention.describeFunctionBind(Node n,
boolean callerChecksTypes,
boolean iCheckTypes) |
Copyright © 2009-2018 Google. All Rights Reserved.