| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| Modifier and Type | Method and Description |
|---|---|
CodingConvention.SubclassRelationship |
CodingConvention.getClassesDefinedByCall(Node callNode)
Checks if the given method defines a subclass relationship,
and if it does, returns information on that relationship.
|
CodingConvention.SubclassRelationship |
CodingConventions.Proxy.getClassesDefinedByCall(Node callNode) |
CodingConvention.SubclassRelationship |
ClosureCodingConvention.getClassesDefinedByCall(Node callNode)
Checks if the given method defines a subclass relationship,
and if it does, returns information on that relationship.
|
Copyright © 2009-2020 Google. All Rights Reserved.