@return Invokes whose base variable is this Var.
()
| 205 | * @return {@link Invoke}s whose base variable is this Var. |
| 206 | */ |
| 207 | public List<Invoke> getInvokes() { |
| 208 | return relevantStmts.getInvokes(); |
| 209 | } |
| 210 | |
| 211 | /** |
| 212 | * Ensure {@link #relevantStmts} points to an instance other than |
no outgoing calls