Package org.vesalainen.bcc.annotation
Class ElementValuePair
- java.lang.Object
-
- org.vesalainen.bcc.annotation.ElementValuePair
-
-
Field Summary
Fields Modifier and Type Field Description private ClassFileclassFileprivate intelementNameIndexprivate ElementValueelementValue
-
Constructor Summary
Constructors Constructor Description ElementValuePair(ClassFile classFile, java.io.DataInput in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLength()java.lang.StringgetName()ElementValuegetValue()java.lang.StringtoString()voidwrite(java.io.DataOutput out)
-
-
-
Field Detail
-
elementNameIndex
private int elementNameIndex
-
elementValue
private ElementValue elementValue
-
classFile
private final ClassFile classFile
-
-
Constructor Detail
-
ElementValuePair
public ElementValuePair(ClassFile classFile, java.io.DataInput in) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
getLength
public int getLength()
-
write
public void write(java.io.DataOutput out) throws java.io.IOException
-
getName
public java.lang.String getName()
-
getValue
public ElementValue getValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-