Searched refs:newCp (Results 1 - 19 of 19) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DDeprecatedAttribute.java49 * @param newCp the constant pool table used by the new copy.
52 public AttributeInfo copy(ConstPool newCp, Map classnames) { argument
53 return new DeprecatedAttribute(newCp);
H A DSyntheticAttribute.java49 * @param newCp the constant pool table used by the new copy.
52 public AttributeInfo copy(ConstPool newCp, Map classnames) { argument
53 return new SyntheticAttribute(newCp);
H A DConstantAttribute.java63 * @param newCp the constant pool table used by the new copy.
67 public AttributeInfo copy(ConstPool newCp, Map classnames) { argument
68 int index = getConstPool().copy(getConstantValue(), newCp,
70 return new ConstantAttribute(newCp, index);
H A DSourceFileAttribute.java63 * @param newCp the constant pool table used by the new copy.
67 public AttributeInfo copy(ConstPool newCp, Map classnames) { argument
68 return new SourceFileAttribute(newCp, getFileName());
H A DAnnotationDefaultAttribute.java106 public AttributeInfo copy(ConstPool newCp, Map classnames) { argument
108 = new AnnotationsAttribute.Copier(info, constPool, newCp, classnames);
111 return new AnnotationDefaultAttribute(newCp, copier.close());
H A DEnclosingMethodAttribute.java122 * @param newCp the constant pool table used by the new copy.
126 public AttributeInfo copy(ConstPool newCp, Map classnames) { argument
128 return new EnclosingMethodAttribute(newCp, className());
130 return new EnclosingMethodAttribute(newCp, className(),
H A DInnerClassesAttribute.java203 * @param newCp the constant pool table used by the new copy.
207 public AttributeInfo copy(ConstPool newCp, Map classnames) { argument
211 InnerClassesAttribute attr = new InnerClassesAttribute(newCp, dest);
222 innerClass = cp.copy(innerClass, newCp, classnames);
227 outerClass = cp.copy(outerClass, newCp, classnames);
232 innerName = cp.copy(innerName, newCp, classnames);
H A DParameterAnnotationsAttribute.java106 public AttributeInfo copy(ConstPool newCp, Map classnames) { argument
107 Copier copier = new Copier(info, constPool, newCp, classnames);
110 return new ParameterAnnotationsAttribute(newCp, getName(),
H A DExceptionsAttribute.java65 * @param newCp the constant pool table used by the new copy.
69 public AttributeInfo copy(ConstPool newCp, Map classnames) { argument
70 return new ExceptionsAttribute(newCp, this, classnames);
H A DLineNumberAttribute.java155 * @param newCp the constant pool table used by the new copy.
158 public AttributeInfo copy(ConstPool newCp, Map classnames) { argument
165 LineNumberAttribute attr = new LineNumberAttribute(newCp, dest);
H A DLocalVariableAttribute.java290 * @param newCp the constant pool table used by the new copy.
293 public AttributeInfo copy(ConstPool newCp, Map classnames) { argument
297 LocalVariableAttribute attr = makeThisAttr(newCp, dest);
311 name = cp.copy(name, newCp, null);
318 type = newCp.addUtf8Info(sig);
H A DStackMap.java118 public AttributeInfo copy(ConstPool newCp, Map classnames) { argument
119 Copier copier = new Copier(this, newCp, classnames);
228 Copier(StackMap map, ConstPool newCp, Map classnames) { argument
232 destCp = newCp;
H A DExceptionTable.java234 * @param newCp the constant pool table used by the new copy.
238 public ExceptionTable copy(ConstPool newCp, Map classnames) { argument
239 ExceptionTable et = new ExceptionTable(newCp);
244 int type = srcCp.copy(e.catchType, newCp, classnames);
H A DAttributeInfo.java167 * @param newCp the constant pool table used by the new copy.
171 public AttributeInfo copy(ConstPool newCp, Map classnames) { argument
178 return new AttributeInfo(newCp, getName(), newInfo);
H A DAnnotationsAttribute.java162 public AttributeInfo copy(ConstPool newCp, Map classnames) { argument
163 Copier copier = new Copier(info, constPool, newCp, classnames);
166 return new AnnotationsAttribute(newCp, getName(), copier.close());
H A DStackMapTable.java64 public AttributeInfo copy(ConstPool newCp, Map classnames) argument
68 return new StackMapTable(newCp,
69 new Copier(this.constPool, info, newCp).doit());
H A DCodeAttribute.java121 * @param newCp the constant pool table used by the new copy.
131 public AttributeInfo copy(ConstPool newCp, Map classnames) argument
135 return new CodeAttribute(newCp, this, classnames);
H A DSignatureAttribute.java80 * @param newCp the constant pool table used by the new copy.
84 public AttributeInfo copy(ConstPool newCp, Map classnames) { argument
85 return new SignatureAttribute(newCp, getSignature());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 94 milliseconds