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); methods = new StdMethodList(getCount());
bytes
super(cf, definer, offset, attributeFactory); methods = new StdMethodList(getCount());
{@inheritDoc} return AttributeFactory.CTX_METHOD;
return AttributeFactory.CTX_METHOD;
Gets the parsed list.returnnon-null; the parsed list parseIfNecessary(); return methods;
parseIfNecessary(); return methods;
{@inheritDoc} return AccessFlags.methodString(accessFlags);
return AccessFlags.methodString(accessFlags);
{@inheritDoc} return "method";
return "method";
{@inheritDoc} StdMethod meth = new StdMethod(getDefiner(), accessFlags, nat, attributes); methods.set(n, meth); return meth;
StdMethod meth = new StdMethod(getDefiner(), accessFlags, nat, attributes); methods.set(n, meth); return meth;