org.cojen.classfile.attribute
Class Annotation.EnumConstValue

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

public static class Annotation.EnumConstValue
extends Object


Constructor Summary
Annotation.EnumConstValue(ConstantPool cp, DataInput din)
           
Annotation.EnumConstValue(ConstantUTFInfo typeName, ConstantUTFInfo constName)
           
 
Method Summary
 ConstantUTFInfo getConstName()
           
 int getLength()
           
 ConstantUTFInfo getTypeName()
           
 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.EnumConstValue

public Annotation.EnumConstValue(ConstantUTFInfo typeName,
                                 ConstantUTFInfo constName)

Annotation.EnumConstValue

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

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.