Uses of Class
org.apache.bcel.classfile.ElementValuePair
Packages that use ElementValuePair
Package
Description
Classes that describe the structure of a Java class file and a class file parser.
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
-
Uses of ElementValuePair in org.apache.bcel.classfile
Methods in org.apache.bcel.classfile that return ElementValuePairMethods in org.apache.bcel.classfile with parameters of type ElementValuePairModifier and TypeMethodDescriptionvoid
AnnotationEntry.addElementNameValuePair
(ElementValuePair elementNameValuePair) -
Uses of ElementValuePair in org.apache.bcel.generic
Methods in org.apache.bcel.generic that return ElementValuePairModifier and TypeMethodDescriptionElementValuePairGen.getElementNameValuePair()
Retrieve an immutable version of this ElementNameValuePairGenConstructors in org.apache.bcel.generic with parameters of type ElementValuePairModifierConstructorDescriptionElementValuePairGen
(ElementValuePair nvp, ConstantPoolGen cpool, boolean copyPoolEntries)