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); methods = new StdMethodList(getCount());
super(cf, definer, offset, attributeFactory); methods = new StdMethodList(getCount());
{@inheritDoc} return AttributeFactory.CTX_METHOD;
return AttributeFactory.CTX_METHOD;
Gets the parsed list.return{@code non-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;