);
}
if (!filterForGetSet) {
reversedChainPhase2 = new FieldSetFieldGetVisitor(reversedChainPhase2, loader, classInfo, context);
}
reversedChainPhase2 = new LabelToLineNumberVisitor(reversedChainPhase2, context);
readerPhase2.accept(reversedChainPhase2, Attributes.getDefaultAttributes(), false);
final byte[] bytesPhase2 = writerPhase2.toByteArray();
context.setCurrentBytecode(bytesPhase2);