(boolean matchable)
| 328 | } |
| 329 | |
| 330 | @Override |
| 331 | public boolean setMatchable(boolean matchable) { |
| 332 | if (!matchable && matchedClass != null) return false; |
| 333 | |
| 334 | this.matchable = matchable; |
| 335 | |
| 336 | return true; |
| 337 | } |
| 338 | |
| 339 | @Override |
| 340 | public ClassInstance getMatch() { |
no outgoing calls
no test coverage detected