org.cojen.classfile.attribute
Class Annotation.MemberValue

java.lang.Object
  extended by org.cojen.classfile.attribute.Annotation.MemberValue
Enclosing class:
Annotation

public static class Annotation.MemberValue
extends Object


Constructor Summary
Annotation.MemberValue(char tag, Object value)
           
Annotation.MemberValue(ConstantPool cp, DataInput din)
           
 
Method Summary
 int getLength()
           
 char getTag()
           
 Object getValue()
           
 void writeTo(DataOutput dout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Annotation.MemberValue

public Annotation.MemberValue(char tag,
                              Object value)

Annotation.MemberValue

public Annotation.MemberValue(ConstantPool cp,
                              DataInput din)
                       throws IOException
Throws:
IOException
Method Detail

getTag

public char getTag()

getValue

public Object getValue()

getLength

public int getLength()

writeTo

public void writeTo(DataOutput dout)
             throws IOException
Throws:
IOException


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