| Package | Description |
|---|---|
| com.google.javascript.jscomp.newtypes |
| Modifier and Type | Method and Description |
|---|---|
NominalType |
RawNominalType.getAsNominalType() |
NominalType |
JSTypes.getFunctionType() |
NominalType |
NominalType.getInstantiatedSuperclass()
Use with caution during GlobalTypeInfo; if some types are not known/resolved,
the instantiation may be wrong.
|
NominalType |
JSTypes.getLiteralObjNominalType() |
NominalType |
JSType.getNominalTypeIfSingletonObj() |
NominalType |
JSTypes.getObjectType() |
NominalType |
RawNominalType.getSuperClass() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<NominalType> |
NominalType.getInstantiatedInterfaces() |
java.lang.Iterable<NominalType> |
RawNominalType.getInterfaces() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RawNominalType.addSuperClass(NominalType superclass) |
void |
NamespaceLit.setWindowType(NominalType window) |
DeclaredFunctionType |
DeclaredFunctionType.substituteNominalGenerics(NominalType nt) |
JSType |
JSType.withFunction(FunctionType ft,
NominalType fnNominal) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RawNominalType.addInterfaces(com.google.common.collect.ImmutableSet<NominalType> interfaces) |
| Constructor and Description |
|---|
NominalTypeBuilderNti(NominalType nt) |
Copyright © 2009-2018 Google. All Rights Reserved.