* @brief Check this node is an array. * @return true if it is an array. */
| 246 | * @return true if it is an array. |
| 247 | */ |
| 248 | sonic_force_inline bool IsArray() const noexcept { |
| 249 | return getBasicType() == kArray; |
| 250 | } |
| 251 | /** |
| 252 | * @brief Check this node is an object. |
| 253 | * @return true if it is an object. |