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, toMaybeObjectTypeTypeI convertMethodToFunction()
ObjectTypeI getInstanceType()
String getReferenceName()
Node getSource()
List<? extends FunctionTypeI> getSubTypes()
TypeI getTypeOfThis()
boolean hasProperties()
void setSource(Node n)
Copyright © 2009-2016 Google. All Rights Reserved.