public class FunctionSignature extends ExpressionType
| Constructor and Description |
|---|
FunctionSignature(TypeDeclaration functionType,
MethodType methodType,
int minArgumentCount,
boolean hasRest,
List<ExpressionType> parameterTypes,
ExpressionType returnType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ExpressionType |
getEvalType() |
MethodType |
getMethodType() |
int |
getMinArgumentCount() |
List<ExpressionType> |
getParameterTypes() |
int |
hashCode() |
boolean |
hasRest() |
String |
toString() |
getAS3Type, getDeclaration, getType, getTypeParameter, isArrayLike, isAssignableTo, isConfigType, isNumber, isObject, markAsConfigTypeIfPossible, resolvePropertyDeclaration, toStringpublic FunctionSignature(@Nonnull TypeDeclaration functionType, MethodType methodType, int minArgumentCount, boolean hasRest, List<ExpressionType> parameterTypes, ExpressionType returnType)
public MethodType getMethodType()
public int getMinArgumentCount()
public boolean hasRest()
public List<ExpressionType> getParameterTypes()
public ExpressionType getEvalType()
getEvalType in class ExpressionTypepublic boolean equals(Object o)
equals in class ExpressionTypepublic int hashCode()
hashCode in class ExpressionTypepublic String toString()
toString in class ExpressionTypeCopyright © 2002–2021 CoreMedia AG. All rights reserved.