* @brief Returns true when parameter is input, false otherwise. */
| 82 | * @brief Returns true when parameter is input, false otherwise. |
| 83 | */ |
| 84 | bool Parameter::isIn() const |
| 85 | { |
| 86 | return hasAnnotationOfType(&Annotation::isIn); |
| 87 | } |
| 88 | |
| 89 | /** |
| 90 | * @brief Returns true when parameter is output, false otherwise. |