Constructs an instance.paramcf {@code non-null;} the class file to parse fromparamdefiner {@code non-null;} class being definedparamoffset offset in {@code bytes} to the start of the listparamattributeFactory {@code non-null;} attribute factory to use super(cf, definer, offset, attributeFactory); fields = new StdFieldList(getCount());
super(cf, definer, offset, attributeFactory); fields = new StdFieldList(getCount());
{@inheritDoc} return AttributeFactory.CTX_FIELD;
return AttributeFactory.CTX_FIELD;
Gets the parsed list.return{@code non-null;} the parsed list parseIfNecessary(); return fields;
parseIfNecessary(); return fields;
{@inheritDoc} return AccessFlags.fieldString(accessFlags);
return AccessFlags.fieldString(accessFlags);
{@inheritDoc} return "field";
return "field";
{@inheritDoc} StdField field = new StdField(getDefiner(), accessFlags, nat, attributes); fields.set(n, field); return field;
StdField field = new StdField(getDefiner(), accessFlags, nat, attributes); fields.set(n, field); return field;