- All Superinterfaces:
CodeSignature,io.hotmoka.marshalling.api.Marshallable,Signature
- All Known Subinterfaces:
NonVoidMethodSignature,VoidMethodSignature
The signature of a method of a class.
-
Method Summary
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.Signature
getDefiningClass
-
Method Details
-
getName
String getName()Yields the name of the method.- Returns:
- the name of the method
-