Home
last modified time | relevance | path

Searched refs:_constant_pool (Results 1 – 21 of 21) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DMethodParameters.java61 public Attribute copy(final ConstantPool _constant_pool) { in copy() argument
68 c.setConstantPool(_constant_pool); in copy()
DDeprecated.java137 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
143 c.setConstantPool(_constant_pool); in copy()
DSynthetic.java147 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
153 c.setConstantPool(_constant_pool); in copy()
DConstantValue.java155 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
157 c.setConstantPool(_constant_pool); in copy()
DStackMap.java134 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
140 c.setConstantPool(_constant_pool); in copy()
DBootstrapMethods.java102 public BootstrapMethods copy(final ConstantPool _constant_pool) { in copy() argument
109 c.setConstantPool(_constant_pool); in copy()
DInnerClasses.java147 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
154 c.setConstantPool(_constant_pool); in copy()
DCode.java338 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
344 c.setConstantPool(_constant_pool); in copy()
351 c.attributes[i] = attributes[i].copy(_constant_pool); in copy()
DUnknown.java180 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
186 c.setConstantPool(_constant_pool); in copy()
DLocalVariableTable.java183 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
189 c.setConstantPool(_constant_pool); in copy()
DExceptionTable.java172 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
179 c.setConstantPool(_constant_pool); in copy()
DField.java147 public final Field copy( final ConstantPool _constant_pool ) { in copy() argument
148 return (Field) copy_(_constant_pool); in copy()
DLineNumberTable.java200 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
208 c.setConstantPool(_constant_pool); in copy()
DMethod.java199 public final Method copy( final ConstantPool _constant_pool ) { in copy() argument
200 return (Method) copy_(_constant_pool); in copy()
DAnnotationDefault.java85 public Attribute copy(final ConstantPool _constant_pool) { in copy() argument
DSourceFile.java147 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
DPMGClass.java170 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
DFieldOrMethod.java237 protected FieldOrMethod copy_( final ConstantPool _constant_pool ) { in copy_() argument
DSignature.java267 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
DAttribute.java362 public abstract Attribute copy(ConstantPool _constant_pool); in copy() argument
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jar ... ) org.apache.bcel.classfile.ConstantPool _constant_pool public final void dump (java.io.DataOutputStream ...