}
}
private static final class GetClassConverter implements InstConverter<GetClass> {
public void convertInst(GetClass t, InstructionListContext ilc) {
int index = ilc.getInstructionFactory().getClassGen().getConstantPool().addClass(t.className.toString());
ilc.add(new LDC(index)) ;
}