()
| 103 | } |
| 104 | |
| 105 | @Override |
| 106 | public String toString() { |
| 107 | return "BB [" + id + ":" + label + "]"; |
| 108 | } |
| 109 | |
| 110 | public String toStringInstrs() { |
| 111 | StringBuilder buf = new StringBuilder(toString() + "\n"); |
no outgoing calls
no test coverage detected