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() |
TypeI |
getReturnType() |
Node |
getSource()
Gets the AST Node where this function was defined.
|
List<? extends FunctionTypeI> |
getSubTypes()
Returns a list of types that are subtypes of this type.
|
TypeI |
getTypeOfThis()
Gets the type of
this in this function. |
boolean |
hasProperties() |
void |
setSource(Node n) |
isBottom, isConstructor, isEquivalentTo, isFunctionType, isInterface, isNullable, isSubtypeOf, isUnknownType, restrictByNotNullOrUndefined, toMaybeFunctionType, toMaybeObjectTypeTypeI convertMethodToFunction()
ObjectTypeI getInstanceType()
TypeI getReturnType()
String getReferenceName()
Node getSource()
List<? extends FunctionTypeI> getSubTypes()
TypeI getTypeOfThis()
this in this function.boolean hasProperties()
void setSource(Node n)
Copyright © 2009-2016 Google. All Rights Reserved.