Package | Description |
---|---|
com.google.javascript.jscomp.newtypes |
Modifier and Type | Method and Description |
---|---|
NominalType |
RawNominalType.getAsNominalType() |
NominalType |
JSTypes.getFunctionType() |
NominalType |
NominalType.getInstantiatedSuperclass() |
NominalType |
JSTypes.getIObjectType() |
NominalType |
JSType.getNominalTypeIfSingletonObj() |
NominalType |
JSTypes.getObjectType() |
NominalType |
RawNominalType.getSuperClass() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<NominalType> |
NominalType.getInstantiatedInterfaces() |
com.google.common.collect.ImmutableSet<NominalType> |
RawNominalType.getInterfaces() |
Modifier and Type | Method and Description |
---|---|
boolean |
RawNominalType.addSuperClass(NominalType superClass) |
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) |
Copyright © 2009–2023 Google. All rights reserved.