org.objectweb.asm.attrs

Class Attributes

public class Attributes extends Object

Provides static utility methods for attributes.

Author: Eric Bruneton

Method Summary
static Attribute[]getDefaultAttributes()
Returns an instance of each {@link Attribute} class defined in this package.

Method Detail

getDefaultAttributes

public static Attribute[] getDefaultAttributes()
Returns an instance of each {@link Attribute} class defined in this package.

Returns: an array containing one instance of each {@link Attribute} class defined in this package.