org.cojen.classfile.attribute
Class Annotation.MemberValue
java.lang.Object
org.cojen.classfile.attribute.Annotation.MemberValue
- Enclosing class:
- Annotation
public static class Annotation.MemberValue
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Annotation.MemberValue
public Annotation.MemberValue(char tag,
Object value)
Annotation.MemberValue
public Annotation.MemberValue(ConstantPool cp,
DataInput din)
throws IOException
- Throws:
IOException
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.