Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
CodingConvention.DelegateRelationship |
CodingConventions.Proxy.getDelegateRelationship(Node callNode) |
CodingConvention.DelegateRelationship |
CodingConventions.DefaultCodingConvention.getDelegateRelationship(Node callNode) |
CodingConvention.DelegateRelationship |
CodingConvention.getDelegateRelationship(Node callNode) |
Modifier and Type | Method and Description |
---|---|
private void |
TypedScopeCreator.AbstractScopeBuilder.applyDelegateRelationship(CodingConvention.DelegateRelationship delegateRelationship)
Apply special properties that only apply to delegates.
|