com.android.dx.cf.attrib
Class AttRuntimeInvisibleParameterAnnotations

java.lang.Object
  extended by com.android.dx.cf.attrib.BaseAttribute
      extended by com.android.dx.cf.attrib.BaseParameterAnnotations
          extended by com.android.dx.cf.attrib.AttRuntimeInvisibleParameterAnnotations
All Implemented Interfaces:
Attribute

public final class AttRuntimeInvisibleParameterAnnotations
extends BaseParameterAnnotations

Attribute class for standard RuntimeInvisibleParameterAnnotations attributes.


Field Summary
static String ATTRIBUTE_NAME
          non-null; attribute name for attributes of this type
 
Constructor Summary
AttRuntimeInvisibleParameterAnnotations(AnnotationsList parameterAnnotations, int byteLength)
          Constructs an instance.
 
Method Summary
 
Methods inherited from class com.android.dx.cf.attrib.BaseParameterAnnotations
byteLength, getParameterAnnotations
 
Methods inherited from class com.android.dx.cf.attrib.BaseAttribute
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTE_NAME

public static final String ATTRIBUTE_NAME
non-null; attribute name for attributes of this type

See Also:
Constant Field Values
Constructor Detail

AttRuntimeInvisibleParameterAnnotations

public AttRuntimeInvisibleParameterAnnotations(AnnotationsList parameterAnnotations,
                                               int byteLength)
Constructs an instance.

Parameters:
parameterAnnotations - non-null; the parameter annotations
byteLength - >= 0; attribute data length in the original classfile (not including the attribute header)


Copyright © 2015. All rights reserved.