* Set the struct value (end phase) * @this {!FieldModelEnums} * @param {!number} fbeBegin Field model begin offset
(fbeBegin)
| 5227 | * @param {!number} fbeBegin Field model begin offset |
| 5228 | */ |
| 5229 | setEnd (fbeBegin) { |
| 5230 | this._buffer.unshift(fbeBegin) |
| 5231 | } |
| 5232 | |
| 5233 | /** |
| 5234 | * Set the struct value |
no test coverage detected