- All Superinterfaces:
CodeSignature,io.hotmoka.marshalling.api.Marshallable,MethodSignature,Signature
The signature of a method of a class, that returns a value.
-
Method Summary
Modifier and TypeMethodDescriptionYields the type of the returned value.Methods inherited from interface io.hotmoka.node.api.signatures.CodeSignature
equals, getFormals, hashCode, toStringMethods inherited from interface io.hotmoka.marshalling.api.Marshallable
into, size, toByteArrayMethods inherited from interface io.hotmoka.node.api.signatures.MethodSignature
getNameMethods inherited from interface io.hotmoka.node.api.signatures.Signature
getDefiningClass
-
Method Details
-
getReturnType
StorageType getReturnType()Yields the type of the returned value.- Returns:
- the type of the returned value
-