Interface MethodSignature

All Superinterfaces:
CodeSignature, io.hotmoka.marshalling.api.Marshallable, Signature
All Known Subinterfaces:
NonVoidMethodSignature, VoidMethodSignature

public interface MethodSignature extends io.hotmoka.marshalling.api.Marshallable, CodeSignature
The signature of a method of a class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Yields the name of the method.

    Methods inherited from interface io.hotmoka.node.api.signatures.CodeSignature

    equals, getFormals, hashCode, toString

    Methods inherited from interface io.hotmoka.marshalling.api.Marshallable

    into, size, toByteArray

    Methods inherited from interface io.hotmoka.node.api.signatures.Signature

    getDefiningClass
  • Method Details

    • getName

      String getName()
      Yields the name of the method.
      Returns:
      the name of the method