108109110111112113114115
JFeildAdapter adapter = new JFeildAdapter(field); return AccessDefToInt(adapter); } public static int AccessDefToInt(JMethod method){ JMethodAdapter adapter = new JMethodAdapter(method); return AccessDefToInt(adapter); }