Uses of Class
org.apache.bcel.classfile.ElementValuePair

Packages that use ElementValuePair
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
 ElementValuePair[] AnnotationEntry.getElementValuePairs()
           
 

Methods in org.apache.bcel.classfile with parameters of type ElementValuePair
 void AnnotationEntry.addElementNameValuePair(ElementValuePair elementNameValuePair)
           
 

Uses of ElementValuePair in org.apache.bcel.generic
 

Methods in org.apache.bcel.generic that return ElementValuePair
 ElementValuePair ElementValuePairGen.getElementNameValuePair()
          Retrieve an immutable version of this ElementNameValuePairGen
 

Constructors in org.apache.bcel.generic with parameters of type ElementValuePair
ElementValuePairGen(ElementValuePair nvp, ConstantPoolGen cpool, boolean copyPoolEntries)
           
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.