OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ofMethod
(Results
1 - 4
of
4
) sorted by null
/external/javassist/src/main/javassist/
CtMethod.java
56
String desc = Descriptor.
ofMethod
(returnType, parameters);
/external/javassist/src/main/javassist/bytecode/
Descriptor.java
281
return
ofMethod
(CtClass.voidType, paramTypes);
291
public static String
ofMethod
(CtClass returnType, CtClass[] paramTypes) {
315
return
ofMethod
(null, paramTypes);
Bytecode.java
911
String desc = Descriptor.
ofMethod
(returnType, paramTypes);
922
* @see Descriptor#
ofMethod
(CtClass,CtClass[])
936
* @see Descriptor#
ofMethod
(CtClass,CtClass[])
951
* @see Descriptor#
ofMethod
(CtClass,CtClass[])
970
String desc = Descriptor.
ofMethod
(returnType, paramTypes);
981
* @see Descriptor#
ofMethod
(CtClass,CtClass[])
994
* @see Descriptor#
ofMethod
(CtClass,CtClass[])
1008
* @see Descriptor#
ofMethod
(CtClass,CtClass[])
1030
String desc = Descriptor.
ofMethod
(returnType, paramTypes);
1045
* @see Descriptor#
ofMethod
(CtClass,CtClass[]
[
all
...]
/external/javassist/src/main/javassist/compiler/
JvstCodeGen.java
89
bytecode.addLdc(Descriptor.
ofMethod
(returnType, paramTypeList));
628
Descriptor.
ofMethod
(CtClass.voidType, args));
Completed in 202 milliseconds