java.lang.Object
io.hotmoka.network.signatures.SignatureModel
io.hotmoka.network.signatures.CodeSignatureModel
io.hotmoka.network.signatures.ConstructorSignatureModel
The model of the signature of a constructor of a class.
-
Field Summary
Fields inherited from class io.hotmoka.network.signatures.CodeSignatureModel
formalsFields inherited from class io.hotmoka.network.signatures.SignatureModel
definingClass -
Constructor Summary
ConstructorsConstructorDescriptionConstructorSignatureModel(ConstructorSignature constructor) Builds the model from the signature of a constructor. -
Method Summary
Modifier and TypeMethodDescriptiontoBean()Yields the constructor signature corresponding to this model.Methods inherited from class io.hotmoka.network.signatures.CodeSignatureModel
getFormalsAsTypesMethods inherited from class io.hotmoka.network.signatures.SignatureModel
nameOf, typeWithName
-
Constructor Details
-
ConstructorSignatureModel
Builds the model from the signature of a constructor.- Parameters:
constructor- the signature to copy
-
ConstructorSignatureModel
public ConstructorSignatureModel()
-
-
Method Details
-
toBean
Yields the constructor signature corresponding to this model.- Returns:
- the constructor signature
-