Package org.apache.bcel.classfile
Class AnnotationElementValue
java.lang.Object
org.apache.bcel.classfile.ElementValue
org.apache.bcel.classfile.AnnotationElementValue
- 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
ConstructorDescriptionAnnotationElementValue
(int type, AnnotationEntry annotationEntry, ConstantPool cpool) -
Method Summary
Methods inherited from class org.apache.bcel.classfile.ElementValue
getElementValueType, readElementValue, readElementValue, toShortString
-
Constructor Details
-
AnnotationElementValue
-
-
Method Details
-
dump
- Specified by:
dump
in classElementValue
- Throws:
IOException
-
getAnnotationEntry
-
stringifyValue
- Specified by:
stringifyValue
in classElementValue
-
toString
- Overrides:
toString
in classElementValue
-