* Set the optional value (end phase) * @this {!FieldModelOptional} * @param {!number} begin Optional begin offset
(begin)
| 2320 | * @param {!number} begin Optional begin offset |
| 2321 | */ |
| 2322 | setEnd (begin) { |
| 2323 | this._buffer.unshift(begin) |
| 2324 | } |
| 2325 | |
| 2326 | /** |
| 2327 | * Set the optional value |