Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-03

oracle.toplink.libraries.asm
Class Attribute

java.lang.Object
  extended by oracle.toplink.libraries.asm.Attribute
Direct Known Subclasses:
AnnotationDefaultAttribute, EnclosingMethodAttribute, LocalVariableTypeTableAttribute, RuntimeInvisibleAnnotations, RuntimeInvisibleParameterAnnotations, RuntimeVisibleAnnotations, RuntimeVisibleParameterAnnotations, SignatureAttribute, SourceDebugExtensionAttribute, StackMapAttribute

public class Attribute
extends java.lang.Object

A non standard class, field, method or code attribute.


Field Summary
 Attribute next
          The next attribute in this attribute list.
 java.lang.String type
          The type of this attribute.
 
Method Summary
 boolean isUnknown()
          Returns true if this type of attribute is unknown.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public final java.lang.String type
Description copied from class: Attribute
The type of this attribute.


next

public Attribute next
Description copied from class: Attribute
The next attribute in this attribute list. May be null.

Method Detail

isUnknown

public boolean isUnknown()
Returns true if this type of attribute is unknown.

Returns:
true if the class of this object is equal to Attribute.

Copyright © 1998, 2010, Oracle. All Rights Reserved.