Home
last modified time | relevance | path

Searched refs:ofMethod (Results 1 – 4 of 4) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DBytecode.java911 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()
DDescriptor.java281 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/
DCtMethod.java56 String desc = Descriptor.ofMethod(returnType, parameters); in CtMethod()
/external/javassist/src/main/javassist/compiler/
DJvstCodeGen.java89 bytecode.addLdc(Descriptor.ofMethod(returnType, paramTypeList)); in atMember()
628 Descriptor.ofMethod(CtClass.voidType, args)); in compileParameterList()