* @brief Check this node is a number. * @return true if it is a number. */
| 239 | * @return true if it is a number. |
| 240 | */ |
| 241 | sonic_force_inline bool IsNumber() const noexcept { |
| 242 | return getBasicType() == kNumber; |
| 243 | } |
| 244 | /** |
| 245 | * @brief Check this node is an array. |
| 246 | * @return true if it is an array. |