public class FunctionSignature extends ExpressionType
| Constructor and Description |
|---|
FunctionSignature(TypeDeclaration functionType,
int minArgumentCount,
boolean hasRest,
List<ExpressionType> parameterTypes,
ExpressionType returnType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
getAS3Type, getDeclaration, getTypeParameter, isArrayLike, isAssignableTo, isNumber, resolvePropertyDeclarationpublic FunctionSignature(@Nonnull TypeDeclaration functionType, int minArgumentCount, boolean hasRest, List<ExpressionType> parameterTypes, ExpressionType returnType)
public boolean equals(Object o)
equals in class ExpressionTypepublic int hashCode()
hashCode in class ExpressionTypeCopyright © 2002–2016 CoreMedia AG. All rights reserved.