* Get the optional value (end phase) * @this {!FieldModelOptional} * @param {!number} begin Optional begin offset
(begin)
| 2265 | * @param {!number} begin Optional begin offset |
| 2266 | */ |
| 2267 | getEnd (begin) { |
| 2268 | this._buffer.unshift(begin) |
| 2269 | } |
| 2270 | |
| 2271 | /** |
| 2272 | * Get the optional value |