org.cojen.classfile.attribute
Class RuntimeVisibleParameterAnnotationsAttr

java.lang.Object
  extended by org.cojen.classfile.Attribute
      extended by org.cojen.classfile.attribute.ParameterAnnotationsAttr
          extended by org.cojen.classfile.attribute.RuntimeVisibleParameterAnnotationsAttr

public class RuntimeVisibleParameterAnnotationsAttr
extends ParameterAnnotationsAttr

The class corresponds to the RuntimeVisibleParameterAnnotations_attribute structure defined for Java 5.

Author:
Brian S O'Neill

Field Summary
 
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
 
Constructor Summary
RuntimeVisibleParameterAnnotationsAttr(ConstantPool cp)
           
RuntimeVisibleParameterAnnotationsAttr(ConstantPool cp, String name)
           
RuntimeVisibleParameterAnnotationsAttr(ConstantPool cp, String name, int length, DataInput din)
           
 
Method Summary
 
Methods inherited from class org.cojen.classfile.attribute.ParameterAnnotationsAttr
addAnnotation, getAnnotations, getAnnotations, getLength, getParameterCount, writeDataTo
 
Methods inherited from class org.cojen.classfile.Attribute
getAttributes, getConstantPool, getName, getNameConstant, readFrom, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeVisibleParameterAnnotationsAttr

public RuntimeVisibleParameterAnnotationsAttr(ConstantPool cp)

RuntimeVisibleParameterAnnotationsAttr

public RuntimeVisibleParameterAnnotationsAttr(ConstantPool cp,
                                              String name)

RuntimeVisibleParameterAnnotationsAttr

public RuntimeVisibleParameterAnnotationsAttr(ConstantPool cp,
                                              String name,
                                              int length,
                                              DataInput din)
                                       throws IOException
Throws:
IOException


Copyright © 2004-2011 Brian S O'Neill. All Rights Reserved.