org.objectweb.asm.attrs
Class Attributes
java.lang.Object
org.objectweb.asm.attrs.Attributes
public class Attributes
- extends Object
Provides static utility methods for attributes.
- Author:
- Eric Bruneton
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.