* @param attributeFactory {@code non-null;} attribute factory to use
*/
public FieldListParser(DirectClassFile cf, CstType definer, int offset,
AttributeFactory attributeFactory) {
super(cf, definer, offset, attributeFactory);
fields = new StdFieldList(getCount());
}