| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| com.google.javascript.jscomp.newtypes |
| Modifier and Type | Method and Description |
|---|---|
Declaration |
NTIScope.getDeclaration(QualifiedName qname,
boolean includeTypes) |
Declaration |
NTIScope.getDeclaration(java.lang.String name,
boolean includeTypes) |
private Declaration |
NTIScope.getLocalDeclaration(java.lang.String name,
boolean includeTypes) |
private Declaration |
NTIScope.maybeGetForwardDeclaration(java.lang.String qname) |
| Modifier and Type | Method and Description |
|---|---|
private JSType |
GlobalTypeInfo.ProcessScope.simpleInferDeclaration(Declaration decl) |
| Modifier and Type | Method and Description |
|---|---|
Declaration |
Namespace.getDeclaration(QualifiedName qname) |
Declaration |
DeclaredTypeRegistry.getDeclaration(QualifiedName qname,
boolean includeTypes)
Returns the declaration of the given qualified name,
or null if the name is not defined.
|