public interface FunctionTypeI extends TypeI
Modifier and Type | Method and Description |
---|---|
TypeI |
convertMethodToFunction()
Creates a new function type B based on the original function type A.
|
ObjectTypeI |
getInstanceType() |
String |
getReferenceName() |
Node |
getSource() |
List<? extends FunctionTypeI> |
getSubTypes() |
TypeI |
getTypeOfThis() |
boolean |
hasProperties() |
void |
setSource(Node n) |
isBottom, isConstructor, isEquivalentTo, isFunctionType, isInterface, isSubtypeOf, isUnknownType, restrictByNotNullOrUndefined, toMaybeFunctionType, toMaybeObjectType
TypeI convertMethodToFunction()
ObjectTypeI getInstanceType()
String getReferenceName()
Node getSource()
List<? extends FunctionTypeI> getSubTypes()
TypeI getTypeOfThis()
boolean hasProperties()
void setSource(Node n)
Copyright © 2009–2023 Google. All rights reserved.