@return the jump target (when the condition expression is evaluated to true) of the if-statement.
()
| 60 | * to true) of the if-statement. |
| 61 | */ |
| 62 | public Stmt getTarget() { |
| 63 | return target; |
| 64 | } |
| 65 | |
| 66 | public void setTarget(Stmt target) { |
| 67 | this.target = target; |
no outgoing calls
no test coverage detected