Method Summary |
|
public static Field[] | getAllFields(Class> c) Gets all the runtime fields for a given class (including the
superclasses'). |
public static Method[] | getAllMethods(Class> c) Gets all the runtime methods for a given class or interface (including
the superclasses' or interfaces'). |
public static Set<ModifierKind> | getModifiers(int mod) Return the set of modifiers defined by the modifiers integer
(java.lang.reflect). |
public static T | invoke(CtInvocation<T> i) Actually invokes from a compile-time invocation (by using runtime
reflection). |