Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
(package private) static MethodCompilerPass.SignatureStore |
InlineSimpleMethods.DUMMY_SIGNATURE_STORE
A do-nothing signature store.
|
Modifier and Type | Method and Description |
---|---|
(package private) abstract MethodCompilerPass.SignatureStore |
MethodCompilerPass.getSignatureStore()
Subclasses should return a SignatureStore for storing discovered
signatures.
|
(package private) MethodCompilerPass.SignatureStore |
InlineSimpleMethods.getSignatureStore() |