Uses of Class
gnu.bytecode.Attribute
Packages that use Attribute
Package
Description
Contains classes to generate, read,
write, and print Java bytecode in the form of
.class
files.-
Uses of Attribute in gnu.bytecode
Subclasses of Attribute in gnu.bytecodeModifier and TypeClassDescriptionclass
Represents a "AnnotationDefault" attribute.class
Represents the contents of a standard "Code" attribute.class
class
class
Represents the contents of a standard "Exceptions" attribute.class
class
Represents the contents of a standard "LineNumberTable" attribute.class
class
class
Represents a "RuntimeVisibleAnnotations" or "RuntimeInvisibleAnnotations" attribute.class
class
Represents the contents of a JSR-45 "SourceDebugExtension" attribute.class
class
Represents a "StackMapTable" attribute, as added in Java 6.Methods in gnu.bytecode that return AttributeModifier and TypeMethodDescriptionstatic Attribute
Attribute.get
(AttrContainer container, String name) Find an Attribute by name, in an attribute cointainer.AttrContainer.getAttributes()
Get the (first) Attribute of this container.final Attribute
ClassType.getAttributes()
final Attribute
CodeAttr.getAttributes()
final Attribute
Field.getAttributes()
final Attribute
Method.getAttributes()
final Attribute
Attribute.getNext()
Get the next Attribute belonging to getContainer().ClassFileInput.readAttribute
(String name, int length, AttrContainer container) dump.readAttribute
(String name, int length, AttrContainer container) Methods in gnu.bytecode with parameters of type AttributeModifier and TypeMethodDescriptionstatic EnclosingMethodAttr
EnclosingMethodAttr.getFirstEnclosingMethod
(Attribute attr) static InnerClassesAttr
InnerClassesAttr.getFirstInnerClasses
(Attribute attr) void
AttrContainer.setAttributes
(Attribute attribute) Set the (list of) Attributes of this container.final void
ClassType.setAttributes
(Attribute attributes) final void
CodeAttr.setAttributes
(Attribute attributes) final void
Field.setAttributes
(Attribute attributes) final void
Method.setAttributes
(Attribute attributes) final void
Set the next Attribute in the chain belonging to getContainer().