org.cojen.classfile.attribute
Class RuntimeVisibleAnnotationsAttr
java.lang.Object
org.cojen.classfile.Attribute
org.cojen.classfile.attribute.AnnotationsAttr
org.cojen.classfile.attribute.RuntimeVisibleAnnotationsAttr
public class RuntimeVisibleAnnotationsAttr
- extends AnnotationsAttr
The class corresponds to the RuntimeVisibleAnnotations_attribute structure
defined for Java 5.
- Author:
- Brian S O'Neill
Fields inherited from class org.cojen.classfile.Attribute |
CODE, CONSTANT_VALUE, DEPRECATED, ENCLOSING_METHOD, EXCEPTIONS, INNER_CLASSES, LINE_NUMBER_TABLE, LOCAL_VARIABLE_TABLE, RUNTIME_INVISIBLE_ANNOTATIONS, RUNTIME_INVISIBLE_PARAMETER_ANNOTATIONS, RUNTIME_VISIBLE_ANNOTATIONS, RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS, SIGNATURE, SOURCE_FILE, SYNTHETIC |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeVisibleAnnotationsAttr
public RuntimeVisibleAnnotationsAttr(ConstantPool cp)
RuntimeVisibleAnnotationsAttr
public RuntimeVisibleAnnotationsAttr(ConstantPool cp,
String name)
RuntimeVisibleAnnotationsAttr
public RuntimeVisibleAnnotationsAttr(ConstantPool cp,
String name,
int length,
DataInput din)
throws IOException
- Throws:
IOException
Copyright © 2004-2011 Brian S O'Neill. All Rights Reserved.