Uses of Class
org.apache.bcel.generic.ElementValuePairGen
Packages that use ElementValuePairGen
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
-
Uses of ElementValuePairGen in org.apache.bcel.generic
Fields in org.apache.bcel.generic with type parameters of type ElementValuePairGenMethods in org.apache.bcel.generic that return types with arguments of type ElementValuePairGenModifier and TypeMethodDescriptionprivate List
<ElementValuePairGen> AnnotationEntryGen.copyValues
(ElementValuePair[] in, ConstantPoolGen cpool, boolean copyPoolEntries) AnnotationEntryGen.getValues()
Returns list of ElementNameValuePair objects.Methods in org.apache.bcel.generic with parameters of type ElementValuePairGenModifier and TypeMethodDescriptionvoid
AnnotationEntryGen.addElementNameValuePair
(ElementValuePairGen evp) Constructor parameters in org.apache.bcel.generic with type arguments of type ElementValuePairGenModifierConstructorDescriptionAnnotationEntryGen
(ObjectType type, List<ElementValuePairGen> elements, boolean vis, ConstantPoolGen cpool)