Home
last modified time | relevance | path

Searched refs:copyPoolEntries (Results 1 – 8 of 8) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DElementValueGen.java163 final ConstantPoolGen cpool, final boolean copyPoolEntries) in copy() argument
177 copyPoolEntries); in copy()
180 copyPoolEntries); in copy()
183 (AnnotationElementValue) value, cpool, copyPoolEntries); in copy()
186 copyPoolEntries); in copy()
189 copyPoolEntries); in copy()
DElementValuePairGen.java39 final boolean copyPoolEntries) in ElementValuePairGen() argument
50 if (copyPoolEntries) in ElementValuePairGen()
58 value = ElementValueGen.copy(nvp.getValue(), cpool, copyPoolEntries); in ElementValuePairGen()
DAnnotationEntryGen.java59 final boolean copyPoolEntries) { in AnnotationEntryGen() argument
61 if (copyPoolEntries) { in AnnotationEntryGen()
67 evs = copyValues(a.getElementValuePairs(), cpool, copyPoolEntries); in AnnotationEntryGen()
71 final boolean copyPoolEntries) { in copyValues() argument
74 out.add(new ElementValuePairGen(nvp, cpool, copyPoolEntries)); in copyValues()
DAnnotationElementValueGen.java52 final ConstantPoolGen cpool, final boolean copyPoolEntries) in AnnotationElementValueGen() argument
55 a = new AnnotationEntryGen(value.getAnnotationEntry(), cpool, copyPoolEntries); in AnnotationElementValueGen()
DClassElementValueGen.java62 final boolean copyPoolEntries) in ClassElementValueGen() argument
65 if (copyPoolEntries) in ClassElementValueGen()
DEnumElementValueGen.java74 final boolean copyPoolEntries) in EnumElementValueGen() argument
77 if (copyPoolEntries) in EnumElementValueGen()
DArrayElementValueGen.java78 final boolean copyPoolEntries) in ArrayElementValueGen() argument
84 evalues.add(ElementValueGen.copy(element, cpool, copyPoolEntries)); in ArrayElementValueGen()
DSimpleElementValueGen.java117 final ConstantPoolGen cpool, final boolean copyPoolEntries) in SimpleElementValueGen() argument
120 if (!copyPoolEntries) in SimpleElementValueGen()