|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodDesc | |
---|---|
org.cojen.classfile |
Uses of MethodDesc in org.cojen.classfile |
---|
Methods in org.cojen.classfile that return MethodDesc | |
---|---|
static MethodDesc |
MethodDesc.forArguments(TypeDesc ret,
TypeDesc[] params)
Acquire a MethodDesc from a set of arguments. |
static MethodDesc |
MethodDesc.forDescriptor(String desc)
Acquire a MethodDesc from a type descriptor. |
static MethodDesc |
MethodDesc.forMethod(Method method)
|
MethodDesc |
MethodInfo.getMethodDescriptor()
Returns a MethodDesc which describes return and parameter types of this method. |
Methods in org.cojen.classfile with parameters of type MethodDesc | |
---|---|
MethodInfo |
ClassFile.addMethod(Modifiers modifiers,
String methodName,
MethodDesc md)
Add a method to this class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |