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
Fields in org.apache.bcel.classfile declared as ElementValuePairModifier and TypeFieldDescription(package private) static final ElementValuePair[]
ElementValuePair.EMPTY_ARRAY
Fields in org.apache.bcel.classfile with type parameters of type ElementValuePairModifier and TypeFieldDescriptionprivate final List
<ElementValuePair> AnnotationEntry.elementValuePairs
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 ElementNameValuePairGenMethods in org.apache.bcel.generic with parameters of type ElementValuePairModifier and TypeMethodDescriptionprivate List
<ElementValuePairGen> AnnotationEntryGen.copyValues
(ElementValuePair[] in, ConstantPoolGen cpool, boolean copyPoolEntries) Constructors in org.apache.bcel.generic with parameters of type ElementValuePairModifierConstructorDescriptionElementValuePairGen
(ElementValuePair nvp, ConstantPoolGen cpool, boolean copyPoolEntries)