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 ElementValuePairModifier and TypeMethodDescriptionAnnotationEntry.getElementValuePairs()Gets the element value pairs in this annotation entry.Methods in org.apache.bcel.classfile with parameters of type ElementValuePairModifier and TypeMethodDescriptionvoidAnnotationEntry.addElementNameValuePair(ElementValuePair elementNameValuePair) Adds an element name value pair. -
Uses of ElementValuePair in org.apache.bcel.generic
Methods in org.apache.bcel.generic that return ElementValuePairModifier and TypeMethodDescriptionElementValuePairGen.getElementNameValuePair()Retrieves an immutable version of this ElementValuePairGen.Constructors in org.apache.bcel.generic with parameters of type ElementValuePairModifierConstructorDescriptionElementValuePairGen(ElementValuePair nvp, ConstantPoolGen cpool, boolean copyPoolEntries) Constructs an ElementValuePairGen from an ElementValuePair.