Uses of Interface gnu.bytecode.AttrContainer

Uses in package gnu.bytecode

Classes implementing gnu.bytecode.AttrContainer

class
class
Represents the contents of a standard "Code" attribute.
class
class
Represents a method in a ClassType.

Methods with parameter type gnu.bytecode.AttrContainer

void
Add this to (the front of) of the specified attribute container.
void
Add any needed constant pool entries for all attributes in a container.
int
Attribute
Attribute.get(AttrContainer container, String name)
Find an Attribute by name, in an attribute cointainer.
int
Return the length of all the attributes (with headers) in bytes.
void
Attribute
ClassFileInput.readAttribute(String name, int length, AttrContainer container)
Attribute
dump.readAttribute(String name, int length, AttrContainer container)
int
void
void
Attribute.writeAll(AttrContainer container, DataOutputStream dstr)

Methods with return type gnu.bytecode.AttrContainer

AttrContainer
Return the Attribute container that contains this Attribute.

Uses in package gnu.expr

Classes implementing gnu.bytecode.AttrContainer

class
A class type implemented as a pair of an interface and a class.