org.gjt.jclasslib.structures.attributes
Class RuntimeVisibleAnnotationsAttribute
java.lang.Object
org.gjt.jclasslib.structures.AbstractStructure
org.gjt.jclasslib.structures.AbstractStructureWithAttributes
org.gjt.jclasslib.structures.AttributeInfo
org.gjt.jclasslib.structures.attributes.RuntimeAnnotationsAttribute
org.gjt.jclasslib.structures.attributes.RuntimeVisibleAnnotationsAttribute
- public class RuntimeVisibleAnnotationsAttribute
- extends RuntimeAnnotationsAttribute
Describes an RuntimeVisibleAnnotations attribute structure.
- Version:
- $Revision: 1.1 $ $Date: 2004/12/28 13:04:32 $
- Author:
- Vitor Carreira
Field Summary |
static String |
ATTRIBUTE_NAME
Name of the attribute as in the corresponding constant pool entry. |
Method Summary |
protected void |
debug(String message)
Utility method for derived structures. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTRIBUTE_NAME
public static final String ATTRIBUTE_NAME
- Name of the attribute as in the corresponding constant pool entry.
- See Also:
- Constant Field Values
RuntimeVisibleAnnotationsAttribute
public RuntimeVisibleAnnotationsAttribute()
debug
protected void debug(String message)
- Description copied from class:
AbstractStructure
- Utility method for derived structures. Dump a specific debug message.
- Overrides:
debug
in class AbstractStructure
- Parameters:
message
- the debug message