java.lang.Object
io.hotmoka.network.signatures.SignatureModel
io.hotmoka.network.signatures.CodeSignatureModel
- Direct Known Subclasses:
ConstructorSignatureModel,MethodSignatureModel
The model of the signature of a method or constructor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe formal arguments of the method or constructor.Fields inherited from class io.hotmoka.network.signatures.SignatureModel
definingClass -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCodeSignatureModel(CodeSignature signature) Builds the model of the signature of a method or constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected final StorageType[]Yields the storage types of the formal arguments of this method or constructor.Methods inherited from class io.hotmoka.network.signatures.SignatureModel
nameOf, typeWithName
-
Field Details
-
formals
The formal arguments of the method or constructor.
-
-
Constructor Details
-
CodeSignatureModel
Builds the model of the signature of a method or constructor.- Parameters:
signature- the original signature to copy
-
CodeSignatureModel
public CodeSignatureModel()
-
-
Method Details
-
getFormalsAsTypes
Yields the storage types of the formal arguments of this method or constructor.- Returns:
- the storage types
-