| 231 | } |
| 232 | |
| 233 | inline bool IsCollectionType() const { |
| 234 | return type == TYPE_ARRAY || type == TYPE_MAP; |
| 235 | } |
| 236 | |
| 237 | inline bool IsArrayType() const { return type == TYPE_ARRAY; } |
| 238 | inline bool IsMapType() const { return type == TYPE_MAP; } |
no outgoing calls