()
| 1586 | } |
| 1587 | |
| 1588 | @Override |
| 1589 | public String toString() { |
| 1590 | Identifier name = getDeclaration().getName(); |
| 1591 | String arguments = getArguments().toBareString(); |
| 1592 | return name + "<" + arguments + ">"; |
| 1593 | } |
| 1594 | |
| 1595 | public static final Descriptor DESCRIPTOR_0 = new Descriptor(Operands.TWO, Data.ZERO, "DECL_binding") { |
| 1596 | @SuppressWarnings({ "unchecked", "rawtypes" }) |
nothing calls this directly
no test coverage detected