(int index)
| 291 | } |
| 292 | |
| 293 | @Override |
| 294 | public boolean hasAuxName(int index) { |
| 295 | return getAuxName(index) != null; |
| 296 | } |
| 297 | |
| 298 | private String getAuxName(int index) { |
| 299 | assert hierarchyData != null; // only available for input classes |
nothing calls this directly
no test coverage detected