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 Attribute class defined in this package.

Method Details

getDefaultAttributes

public static Attribute[] getDefaultAttributes()
Returns an instance of each Attribute class defined in this package.
Returns:
an array containing one instance of each Attribute class defined in this package.