Interface NonVoidMethodSignature

All Superinterfaces:
CodeSignature, io.hotmoka.marshalling.api.Marshallable, MethodSignature, Signature

public interface NonVoidMethodSignature extends MethodSignature
The signature of a method of a class, that returns a value.
  • Method Details

    • getReturnType

      StorageType getReturnType()
      Yields the type of the returned value.
      Returns:
      the type of the returned value