public interface TypeI
Modifier and Type | Method and Description |
---|---|
boolean |
isBottom() |
boolean |
isConstructor() |
boolean |
isEquivalentTo(TypeI type) |
boolean |
isFunctionType() |
boolean |
isInterface() |
boolean |
isSubtypeOf(TypeI type) |
boolean |
isUnknownType() |
TypeI |
restrictByNotNullOrUndefined() |
FunctionTypeI |
toMaybeFunctionType() |
ObjectTypeI |
toMaybeObjectType() |
boolean isBottom()
boolean isConstructor()
boolean isEquivalentTo(TypeI type)
boolean isFunctionType()
boolean isInterface()
boolean isSubtypeOf(TypeI type)
boolean isUnknownType()
TypeI restrictByNotNullOrUndefined()
FunctionTypeI toMaybeFunctionType()
ObjectTypeI toMaybeObjectType()
Copyright © 2009–2023 Google. All rights reserved.