Uses of Class
org.apache.bcel.generic.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
Modifier and TypeMethodDescriptionAnnotationEntryGen.getValues()
Returns list of ElementNameValuePair objects.Modifier and TypeMethodDescriptionvoid
AnnotationEntryGen.addElementNameValuePair
(ElementValuePairGen evp) ModifierConstructorDescriptionAnnotationEntryGen
(ObjectType type, List<ElementValuePairGen> elements, boolean vis, ConstantPoolGen cpool)