Uses of Class
org.apache.bcel.classfile.ElementValuePair
-
Packages that use ElementValuePair Package Description org.apache.bcel.classfile This package contains the classes that describe the structure of a Java class file and a class file parser.org.apache.bcel.generic This package contains the "generic" part of the Byte Code Engineering Library, i.e., 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 ElementValuePair Modifier and Type Method Description ElementValuePair[]
AnnotationEntry. getElementValuePairs()
Methods in org.apache.bcel.classfile with parameters of type ElementValuePair Modifier and Type Method Description void
AnnotationEntry. addElementNameValuePair(ElementValuePair elementNameValuePair)
-
Uses of ElementValuePair in org.apache.bcel.generic
Methods in org.apache.bcel.generic that return ElementValuePair Modifier and Type Method Description ElementValuePair
ElementValuePairGen. getElementNameValuePair()
Retrieve an immutable version of this ElementNameValuePairGenConstructors in org.apache.bcel.generic with parameters of type ElementValuePair Constructor Description ElementValuePairGen(ElementValuePair nvp, ConstantPoolGen cpool, boolean copyPoolEntries)
-