Class MicroChange
java.lang.Object
ch.colabproject.colab.api.microchanges.model.MicroChange
- All Implemented Interfaces:
Serializable
A microchange.
- Author:
- maxence
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MicroChange
public MicroChange()
-
-
Method Details
-
getO
Get offset- Returns:
- offset value
-
setO
set offset- Parameters:
o- offset value
-
getT
get type- Returns:
- change type
-
setT
Set change type- Parameters:
t- type
-
getV
Get change value- Returns:
- value
-
setV
set change value.- Parameters:
v- value
-
getL
get length.- Returns:
- length
-
setL
set the length- Parameters:
l- length
-
toString
-
getDebugStatement
Get debug code- Returns:
- debug code
-