java.lang.Object
io.hotmoka.network.signatures.SignatureModel
io.hotmoka.network.signatures.FieldSignatureModel
The model of the signature of a field of a class.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe name of the field.The type of the field.Fields inherited from class io.hotmoka.network.signatures.SignatureModel
definingClass -
Constructor Summary
ConstructorsConstructorDescriptionBuilds the model of the signature of a field. -
Method Summary
Methods inherited from class io.hotmoka.network.signatures.SignatureModel
nameOf, typeWithName
-
Field Details
-
name
The name of the field. -
type
The type of the field.
-
-
Constructor Details
-
FieldSignatureModel
Builds the model of the signature of a field.- Parameters:
field- the signature of the field
-
FieldSignatureModel
public FieldSignatureModel()
-
-
Method Details
-
toBean
Yields the signature having this model.- Returns:
- the signature
-