Package org.apache.bcel.classfile
Class AnnotationElementValue
- java.lang.Object
 - 
- org.apache.bcel.classfile.ElementValue
 - 
- org.apache.bcel.classfile.AnnotationElementValue
 
 
 
- 
public class AnnotationElementValue extends ElementValue
- Since:
 - 6.0
 
 
- 
- 
Field Summary
- 
Fields inherited from class org.apache.bcel.classfile.ElementValue
ANNOTATION, ARRAY, CLASS, cpool, ENUM_CONSTANT, PRIMITIVE_BOOLEAN, PRIMITIVE_BYTE, PRIMITIVE_CHAR, PRIMITIVE_DOUBLE, PRIMITIVE_FLOAT, PRIMITIVE_INT, PRIMITIVE_LONG, PRIMITIVE_SHORT, STRING, type 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AnnotationElementValue(int type, AnnotationEntry annotationEntry, ConstantPool cpool) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddump(java.io.DataOutputStream dos)AnnotationEntrygetAnnotationEntry()java.lang.StringstringifyValue()java.lang.StringtoString()- 
Methods inherited from class org.apache.bcel.classfile.ElementValue
getElementValueType, readElementValue, toShortString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
AnnotationElementValue
public AnnotationElementValue(int type, AnnotationEntry annotationEntry, ConstantPool cpool) 
 - 
 
- 
Method Detail
- 
dump
public void dump(java.io.DataOutputStream dos) throws java.io.IOException- Specified by:
 dumpin classElementValue- Throws:
 java.io.IOException
 
- 
stringifyValue
public java.lang.String stringifyValue()
- Specified by:
 stringifyValuein classElementValue
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classElementValue
 
- 
getAnnotationEntry
public AnnotationEntry getAnnotationEntry()
 
 - 
 
 -