@return the condition expression of the if-statement.
()
| 52 | * @return the condition expression of the if-statement. |
| 53 | */ |
| 54 | public ConditionExp getCondition() { |
| 55 | return condition; |
| 56 | } |
| 57 | |
| 58 | /** |
| 59 | * @return the jump target (when the condition expression is evaluated |
no outgoing calls
no test coverage detected