Constructs an instance.paramcf non-null; the class file to parse fromparamdefiner non-null; class being definedparamoffset offset in bytes to the start of the listparamattributeFactory non-null; attribute factory to use super(cf, definer, offset, attributeFactory); fields = new StdFieldList(getCount());
bytes
super(cf, definer, offset, attributeFactory); fields = new StdFieldList(getCount());
{@inheritDoc} return AttributeFactory.CTX_FIELD;
return AttributeFactory.CTX_FIELD;
Gets the parsed list.returnnon-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;