com.sun.tools.classfile
Class Annotation.element_value_pair

java.lang.Object
  extended by com.sun.tools.classfile.Annotation.element_value_pair
Enclosing class:
Annotation

public static class Annotation.element_value_pair
extends java.lang.Object


Field Summary
 int element_name_index
           
 Annotation.element_value value
           
 
Constructor Summary
Annotation.element_value_pair(ClassReader cr)
           
 
Method Summary
 int length()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

element_name_index

public final int element_name_index

value

public final Annotation.element_value value
Constructor Detail

Annotation.element_value_pair

Annotation.element_value_pair(ClassReader cr)
                        throws java.io.IOException,
                               Annotation.InvalidAnnotation
Throws:
java.io.IOException
Annotation.InvalidAnnotation
Method Detail

length

public int length()