/external/javassist/src/main/javassist/bytecode/ |
D | NestHostAttribute.java | 53 public AttributeInfo copy(ConstPool newCp, Map<String, String> classnames) { in copy() argument 55 int newHostIndex = getConstPool().copy(hostIndex, newCp, classnames); in copy() 56 return new NestHostAttribute(newCp, newHostIndex); in copy()
|
D | ConstantAttribute.java | 69 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument 70 int index = getConstPool().copy(getConstantValue(), newCp, in copy() 72 return new ConstantAttribute(newCp, index); in copy()
|
D | BootstrapMethodsAttribute.java | 112 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument 117 m.methodRef = thisCp.copy(m.methodRef, newCp, classnames); in copy() 119 m.arguments[k] = thisCp.copy(m.arguments[k], newCp, classnames); in copy() 122 return new BootstrapMethodsAttribute(newCp, methods); in copy()
|
D | NestMembersAttribute.java | 52 public AttributeInfo copy(ConstPool newCp, Map<String, String> classnames) { in copy() argument 62 int newIndex = cp.copy(index, newCp, classnames); in copy() 66 return new NestMembersAttribute(newCp, dest); in copy()
|
D | AnnotationDefaultAttribute.java | 108 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument 110 = new AnnotationsAttribute.Copier(info, constPool, newCp, classnames); in copy() 113 return new AnnotationDefaultAttribute(newCp, copier.close()); in copy()
|
D | InnerClassesAttribute.java | 258 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument 262 InnerClassesAttribute attr = new InnerClassesAttribute(newCp, dest); in copy() 273 innerClass = cp.copy(innerClass, newCp, classnames); in copy() 278 outerClass = cp.copy(outerClass, newCp, classnames); in copy() 283 innerName = cp.copy(innerName, newCp, classnames); in copy()
|
D | EnclosingMethodAttribute.java | 132 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument 134 return new EnclosingMethodAttribute(newCp, className()); in copy() 135 return new EnclosingMethodAttribute(newCp, className(), in copy()
|
D | DeprecatedAttribute.java | 54 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument 55 return new DeprecatedAttribute(newCp); in copy()
|
D | SyntheticAttribute.java | 54 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument 55 return new SyntheticAttribute(newCp); in copy()
|
D | SourceFileAttribute.java | 69 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument 70 return new SourceFileAttribute(newCp, getFileName()); in copy()
|
D | ParameterAnnotationsAttribute.java | 109 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument 110 Copier copier = new Copier(info, constPool, newCp, classnames); in copy() 113 return new ParameterAnnotationsAttribute(newCp, getName(), in copy()
|
D | LocalVariableAttribute.java | 298 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument 302 LocalVariableAttribute attr = makeThisAttr(newCp, dest); in copy() 316 name = cp.copy(name, newCp, null); in copy() 323 type = newCp.addUtf8Info(sig); in copy()
|
D | MethodParametersAttribute.java | 76 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument 86 return new MethodParametersAttribute(newCp, names, flags); in copy()
|
D | ExceptionTable.java | 232 public ExceptionTable copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument 233 ExceptionTable et = new ExceptionTable(newCp); in copy() 236 int type = srcCp.copy(e.catchType, newCp, classnames); in copy()
|
D | LineNumberAttribute.java | 160 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument 167 LineNumberAttribute attr = new LineNumberAttribute(newCp, dest); in copy()
|
D | ExceptionsAttribute.java | 71 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument 72 return new ExceptionsAttribute(newCp, this, classnames); in copy()
|
D | StackMap.java | 117 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument 118 Copier copier = new Copier(this, newCp, classnames); in copy() 227 Copier(StackMap map, ConstPool newCp, Map<String,String> classnames) { in Copier() argument 231 destCp = newCp; in Copier()
|
D | TypeAnnotationsAttribute.java | 62 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument 63 Copier copier = new Copier(info, constPool, newCp, classnames); in copy() 66 return new TypeAnnotationsAttribute(newCp, getName(), copier.close()); in copy()
|
D | AttributeInfo.java | 188 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) in copy() argument 190 return new AttributeInfo(newCp, getName(), Arrays.copyOf(info, info.length)); in copy()
|
D | AnnotationsAttribute.java | 180 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument 181 Copier copier = new Copier(info, constPool, newCp, classnames); in copy() 184 return new AnnotationsAttribute(newCp, getName(), copier.close()); in copy()
|
D | CodeAttribute.java | 134 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) in copy() argument 138 return new CodeAttribute(newCp, this, classnames); in copy()
|
D | StackMapTable.java | 67 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) in copy() argument 71 return new StackMapTable(newCp, in copy() 72 new Copier(this.constPool, info, newCp, classnames).doit()); in copy()
|
D | SignatureAttribute.java | 90 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument 91 return new SignatureAttribute(newCp, getSignature()); in copy()
|
/external/guice/extensions/persist/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/ |
D | javassist-3.19.0-GA.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |