* Is variable a throw type. * @return true if throw type, false if not */
| 427 | * @return true if throw type, false if not |
| 428 | */ |
| 429 | bool isThrow() const { |
| 430 | return mAccess == AccessControl::Throw; |
| 431 | } |
| 432 | |
| 433 | /** |
| 434 | * Is variable a user defined (or unknown) type. |