org.cojen.classfile.attribute
Class Annotation.EnumConstValue
java.lang.Object
org.cojen.classfile.attribute.Annotation.EnumConstValue
- Enclosing class:
- Annotation
public static class Annotation.EnumConstValue
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Annotation.EnumConstValue
public Annotation.EnumConstValue(ConstantUTFInfo typeName,
ConstantUTFInfo constName)
Annotation.EnumConstValue
public Annotation.EnumConstValue(ConstantPool cp,
DataInput din)
throws IOException
- Throws:
IOException
getTypeName
public ConstantUTFInfo getTypeName()
getConstName
public ConstantUTFInfo getConstName()
getLength
public int getLength()
writeTo
public void writeTo(DataOutput dout)
throws IOException
- Throws:
IOException
Copyright © 2004-2011 Brian S O'Neill. All Rights Reserved.