public class MethodDef
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name
Method name
|
java.lang.Class<?>[] |
paramTypes
Parameter types
|
java.lang.Class<?> |
retType
Return type
|
Constructor and Description |
---|
MethodDef() |