(GeneratorAdapter gen, int id)
| 5778 | } |
| 5779 | |
| 5780 | public void emitConstant(GeneratorAdapter gen, int id){ |
| 5781 | usedConstants = (IPersistentSet) usedConstants.cons(id); |
| 5782 | gen.getStatic(objtype, constantName(id), constantType(id)); |
| 5783 | } |
| 5784 | |
| 5785 | |
| 5786 | String constantName(int id){ |
no test coverage detected