phelps.lang.reflect
public class Method_info extends Object
Version: $Revision: 1.2 $ $Date: 2003/06/01 07:59:28 $
Field Summary | |
---|---|
static int | ACC_ABSTRACT |
static int | ACC_FINAL |
static int | ACC_NATIVE |
static int | ACC_PRIVATE |
static int | ACC_PROTECTED |
static int | ACC_PUBLIC |
static int | ACC_STATIC |
static int | ACC_STRICT |
static int | ACC_SYNCHRONIZED |
short | access_flags |
Attribute_info[] | attributes |
String | descriptor |
String | name |
Method Summary | |
---|---|
String | access2String() |
static String | access2String(int access) |
ClassFile[] | getParameterTypes() |
ClassFile | getReturnType() |
String | toString() |