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 |
getMinArgumentCount() |
List<ExpressionType> |
getParameterTypes() |
int |
hashCode() |
boolean |
hasRest() |
getAS3Type, getDeclaration, getTypeParameter, isArrayLike, isAssignableTo, isNumber, resolvePropertyDeclarationpublic FunctionSignature(@Nonnull TypeDeclaration functionType, int minArgumentCount, boolean hasRest, List<ExpressionType> parameterTypes, ExpressionType returnType)
public int getMinArgumentCount()
public boolean hasRest()
public List<ExpressionType> getParameterTypes()
public boolean equals(Object o)
equals in class ExpressionTypepublic int hashCode()
hashCode in class ExpressionTypeCopyright © 2002–2019 CoreMedia AG. All rights reserved.