Package org.apache.bcel.classfile
Class ElementValuePair
java.lang.Object
org.apache.bcel.classfile.ElementValuePair
an annotation's element value pair
- Since:
- 6.0
-
Constructor Summary
ConstructorDescriptionElementValuePair
(int elementNameIndex, ElementValue elementValue, ConstantPool constantPool) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
dump
(DataOutputStream dos) int
final ElementValue
getValue()
-
Constructor Details
-
ElementValuePair
-
-
Method Details
-
getNameString
-
getValue
-
getNameIndex
public int getNameIndex() -
toShortString
-
dump
- Throws:
IOException
-