Searched refs:ofMethod (Results 1 – 4 of 4) sorted by relevance
/external/javassist/src/main/javassist/bytecode/ |
D | Bytecode.java | 911 String desc = Descriptor.ofMethod(returnType, paramTypes); in addInvokespecial() 970 String desc = Descriptor.ofMethod(returnType, paramTypes); in addInvokestatic() 1030 String desc = Descriptor.ofMethod(returnType, paramTypes); in addInvokevirtual() 1100 String desc = Descriptor.ofMethod(returnType, paramTypes); in addInvokeinterface()
|
D | Descriptor.java | 281 return ofMethod(CtClass.voidType, paramTypes); in ofConstructor() 291 public static String ofMethod(CtClass returnType, CtClass[] paramTypes) { in ofMethod() method in Descriptor 315 return ofMethod(null, paramTypes); in ofParameters()
|
/external/javassist/src/main/javassist/ |
D | CtMethod.java | 56 String desc = Descriptor.ofMethod(returnType, parameters); in CtMethod()
|
/external/javassist/src/main/javassist/compiler/ |
D | JvstCodeGen.java | 89 bytecode.addLdc(Descriptor.ofMethod(returnType, paramTypeList)); in atMember() 628 Descriptor.ofMethod(CtClass.voidType, args)); in compileParameterList()
|