Package org.rumbledb.types
Class FunctionSignature
java.lang.Object
org.rumbledb.types.FunctionSignature
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionSignature
(List<SequenceType> parameterTypes, SequenceType returnType) FunctionSignature
(List<SequenceType> parameterTypes, SequenceType returnType, boolean isUpdating) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
isSubtypeOf
(FunctionSignature other) boolean
toString()
-
Constructor Details
-
FunctionSignature
public FunctionSignature(List<SequenceType> parameterTypes, SequenceType returnType, boolean isUpdating) -
FunctionSignature
-
-
Method Details