Searched refs:ElementValuePair (Results 1 – 10 of 10) sorted by relevance
41 private List<ElementValuePair> element_value_pairs;59 …new ElementValuePair(input.readUnsignedShort(), ElementValue.readElementValue(input, constant_pool… in read()119 public ElementValuePair[] getElementValuePairs() { in getElementValuePairs()121 return element_value_pairs.toArray(new ElementValuePair[element_value_pairs.size()]); in getElementValuePairs()128 for (final ElementValuePair envp : element_value_pairs) { in dump()133 public void addElementNameValuePair(final ElementValuePair elementNameValuePair) { in addElementNameValuePair()141 final ElementValuePair[] evPairs = getElementValuePairs(); in toShortString()144 for (final ElementValuePair element : evPairs) { in toShortString()
31 public class ElementValuePair class39 public ElementValuePair(final int elementNameIndex, final ElementValue elementValue, in ElementValuePair() method in ElementValuePair
25 import org.apache.bcel.classfile.ElementValuePair;38 public ElementValuePairGen(final ElementValuePair nvp, final ConstantPoolGen cpool, in ElementValuePairGen()64 public ElementValuePair getElementNameValuePair() in getElementNameValuePair()67 return new ElementValuePair(nameIdx, immutableValue, cpool in getElementNameValuePair()
32 import org.apache.bcel.classfile.ElementValuePair;70 …private List<ElementValuePairGen> copyValues(final ElementValuePair[] in, final ConstantPoolGen cp… in copyValues()73 for (final ElementValuePair nvp : in) { in copyValues()
26 import org.apache.bcel.classfile.ElementValuePair;139 final ElementValuePair envp = a.getElementValuePairs()[0]; in checkAnnotationEntry()153 final ElementValuePair element = a.getElementValuePairs()[i]; in checkValue()
29 import org.apache.bcel.classfile.ElementValuePair;99 final ElementValuePair[] vals = as[0].getElementValuePairs(); in testGenerateClassLevelAnnotations()100 final ElementValuePair nvp = vals[0]; in testGenerateClassLevelAnnotations()297 final ElementValuePair elementValuePair = anno.getElementValuePairs()[0]; in assertArrayElementValue()325 final ElementValuePair elementValuePair = anno.getElementValuePairs()[0]; in assertSimpleElementValue()
727 AnnotationDesc.ElementValuePair[] ev = a.elementValues();
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...