Class AnnotationElementValue
- java.lang.Object
-
- org.aspectj.apache.bcel.classfile.annotation.ElementValue
-
- org.aspectj.apache.bcel.classfile.annotation.AnnotationElementValue
-
public class AnnotationElementValue extends ElementValue
-
-
Field Summary
-
Fields inherited from class org.aspectj.apache.bcel.classfile.annotation.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, AnnotationGen annotation, ConstantPool cpool)AnnotationElementValue(AnnotationElementValue value, ConstantPool cpool, boolean copyPoolEntries)AnnotationElementValue(AnnotationGen a, ConstantPool cpool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddump(DataOutputStream dos)AnnotationGengetAnnotation()StringstringifyValue()-
Methods inherited from class org.aspectj.apache.bcel.classfile.annotation.ElementValue
copy, getConstantPool, getElementValueType, readElementValue
-
-
-
-
Constructor Detail
-
AnnotationElementValue
public AnnotationElementValue(AnnotationGen a, ConstantPool cpool)
-
AnnotationElementValue
public AnnotationElementValue(int type, AnnotationGen annotation, ConstantPool cpool)
-
AnnotationElementValue
public AnnotationElementValue(AnnotationElementValue value, ConstantPool cpool, boolean copyPoolEntries)
-
-
Method Detail
-
dump
public void dump(DataOutputStream dos) throws IOException
- Specified by:
dumpin classElementValue- Throws:
IOException
-
stringifyValue
public String stringifyValue()
- Specified by:
stringifyValuein classElementValue
-
getAnnotation
public AnnotationGen getAnnotation()
-
-