A B C D E F G H I M O P R S T U V W X 

F

findClass(String) - Static method in class com.spazedog.lib.reflecttools.ReflectClass
 
findClass(String, ClassLoader) - Static method in class com.spazedog.lib.reflecttools.ReflectClass
This is the same as using Class.forName(String, boolean, ClassLoader) only that this method handles a few issues that some times occurs when parsing a ClassLoader.
findClassLoader() - Static method in class com.spazedog.lib.reflecttools.ReflectClass
Finds the best suited ClassLoader.
findConstructor(Object...) - Method in class com.spazedog.lib.reflecttools.ReflectClass
 
findConstructor(ReflectMember.Match, Object...) - Method in class com.spazedog.lib.reflecttools.ReflectClass
Search for a Constructor within this class.
findConstructor(ReflectMember.Match, ReflectParameterTypes) - Method in class com.spazedog.lib.reflecttools.ReflectClass
Search for a Constructor within this class.
findConstructor(ReflectMember.Match, ReflectClass, ReflectParameterTypes) - Static method in class com.spazedog.lib.reflecttools.ReflectConstructor
Search in a ReflectClass for a constructor.
findField(String) - Method in class com.spazedog.lib.reflecttools.ReflectClass
 
findField(String, ReflectMember.Match) - Method in class com.spazedog.lib.reflecttools.ReflectClass
Search for a Field within this class.
findField(String, ReflectMember.Match, ReflectClass) - Static method in class com.spazedog.lib.reflecttools.ReflectField
Search in a ReflectClass for a Field.
findMethod(String, Object...) - Method in class com.spazedog.lib.reflecttools.ReflectClass
 
findMethod(String, ReflectMember.Match, Object...) - Method in class com.spazedog.lib.reflecttools.ReflectClass
Search for a Method within this class.
findMethod(String, ReflectMember.Match, ReflectParameterTypes) - Method in class com.spazedog.lib.reflecttools.ReflectClass
Search for a Method within this class.
findMethod(String, ReflectMember.Match, ReflectClass, ReflectParameterTypes) - Static method in class com.spazedog.lib.reflecttools.ReflectMethod
Search in a ReflectClass for a method.
FLAVOR - Static variable in class com.spazedog.lib.reflecttools.BuildConfig
 
FLAVOR - Static variable in class de.robv.android.xposed.BuildConfig
 
fromClass(Class<?>) - Static method in class com.spazedog.lib.reflecttools.ReflectClass
Attach a Class to a new instance of ReflectClass
fromName(String) - Static method in class com.spazedog.lib.reflecttools.ReflectClass
 
fromName(String, ClassLoader) - Static method in class com.spazedog.lib.reflecttools.ReflectClass
Find a Class based on class name and return a new ReflectClass instance with the located Class attached to it
fromReceiver(Object) - Static method in class com.spazedog.lib.reflecttools.ReflectClass
Attach the Class of a receiver to a new instance of ReflectClass and add the receiver itself to be used with this instance whenever invoking members from it
A B C D E F G H I M O P R S T U V W X