- All Superinterfaces:
Signature
- All Known Subinterfaces:
ConstructorSignature,MethodSignature,NonVoidMethodSignature,VoidMethodSignature
The signature of a method or constructor.
-
Method Summary
Methods inherited from interface io.hotmoka.node.api.signatures.Signature
getDefiningClass
-
Method Details
-
getFormals
Stream<StorageType> getFormals()Yields the formal arguments of the method or constructor, ordered from left to right.- Returns:
- the formal arguments
-
equals
-
hashCode
int hashCode() -
toString
String toString()
-