()
| 1095 | } |
| 1096 | |
| 1097 | @Override |
| 1098 | public String toString() { |
| 1099 | return getDisplayName(NameType.PLAIN, true); |
| 1100 | } |
| 1101 | |
| 1102 | void addMethod(MethodInstance method) { |
| 1103 | if (method == null) throw new NullPointerException("null method"); |
no test coverage detected