Package io.hotmoka.instrumentation.api
Class InstrumentationFields
java.lang.Object
io.hotmoka.instrumentation.api.InstrumentationFields
Constants about fields used for instrumentation of Takamaka classes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the field used in instrumented storage classes to remember if the object is new or already serialized in blockchain.static final StringThe prefix of the name of the field used in instrumented storage classes to take note of the old value of the fields.static final StringThe name of the instrumented field of storage objects that holds their storage reference. -
Method Summary
-
Field Details
-
STORAGE_REFERENCE_FIELD_NAME
The name of the instrumented field of storage objects that holds their storage reference. Since it is private, it does not need any forbidden character at its beginning.- See Also:
-
IN_STORAGE
The name of the field used in instrumented storage classes to remember if the object is new or already serialized in blockchain. Since it is private, it does not need any forbidden character at its beginning.- See Also:
-
OLD_PREFIX
The prefix of the name of the field used in instrumented storage classes to take note of the old value of the fields.- See Also:
-