* Get the struct value (end phase) * @this {!FieldModelEnums} * @param {!number} fbeBegin Field model begin offset
(fbeBegin)
| 4636 | * @param {!number} fbeBegin Field model begin offset |
| 4637 | */ |
| 4638 | getEnd (fbeBegin) { |
| 4639 | this._buffer.unshift(fbeBegin) |
| 4640 | } |
| 4641 | |
| 4642 | /** |
| 4643 | * Get the struct value |
no test coverage detected