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