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 TypeClassDescriptionclassRepresents a "AnnotationDefault" attribute.classRepresents the contents of a standard "Code" attribute.classclassclassRepresents the contents of a standard "Exceptions" attribute.classclassRepresents the contents of a standard "LineNumberTable" attribute.classclassclassRepresents a "RuntimeVisibleAnnotations" or "RuntimeInvisibleAnnotations" attribute.classclassRepresents the contents of a JSR-45 "SourceDebugExtension" attribute.classclassRepresents a "StackMapTable" attribute, as added in Java 6.Methods in gnu.bytecode that return AttributeModifier and TypeMethodDescriptionstatic AttributeAttribute.get(AttrContainer container, String name) Find an Attribute by name, in an attribute cointainer.AttrContainer.getAttributes()Get the (first) Attribute of this container.final AttributeClassType.getAttributes()final AttributeCodeAttr.getAttributes()final AttributeField.getAttributes()final AttributeMethod.getAttributes()final AttributeAttribute.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 EnclosingMethodAttrEnclosingMethodAttr.getFirstEnclosingMethod(Attribute attr) static InnerClassesAttrInnerClassesAttr.getFirstInnerClasses(Attribute attr) voidAttrContainer.setAttributes(Attribute attribute) Set the (list of) Attributes of this container.final voidClassType.setAttributes(Attribute attributes) final voidCodeAttr.setAttributes(Attribute attributes) final voidField.setAttributes(Attribute attributes) final voidMethod.setAttributes(Attribute attributes) final voidSet the next Attribute in the chain belonging to getContainer().