- INFO - Static variable in class com.spazedog.lib.reflecttools.ReflectUtils.LOG
-
- Info(Object, String, Throwable) - Static method in class com.spazedog.lib.reflecttools.ReflectUtils.LOG
-
- Info(Object, String) - Static method in class com.spazedog.lib.reflecttools.ReflectUtils.LOG
-
- Info(String, String, Throwable) - Static method in class com.spazedog.lib.reflecttools.ReflectUtils.LOG
-
- Info(String, String) - Static method in class com.spazedog.lib.reflecttools.ReflectUtils.LOG
-
- InitBridge - Class in com.spazedog.lib.reflecttools.bridge
-
- InitBridge() - Constructor for class com.spazedog.lib.reflecttools.bridge.InitBridge
-
- initialize(Class<? extends InitBridge>) - Static method in class com.spazedog.lib.reflecttools.bridge.InitBridge
-
Cydia Substrate uses a pure design where a static method is used to instantiate modules.
- initZygote(IXposedHookZygoteInit.StartupParam) - Method in class com.spazedog.lib.reflecttools.bridge.InitBridge
-
For Internal Use
- initZygote(IXposedHookZygoteInit.StartupParam) - Method in interface de.robv.android.xposed.IXposedHookZygoteInit
-
- instantiateClass(Class<?>, Object...) - Static method in class com.spazedog.lib.reflecttools.ReflectClass
-
- instantiateName(String, Object...) - Static method in class com.spazedog.lib.reflecttools.ReflectClass
-
- instantiateName(String, ClassLoader, Object...) - Static method in class com.spazedog.lib.reflecttools.ReflectClass
-
- invoke(Object, Object...) - Method in interface com.spazedog.lib.reflecttools.bridge.MethodBridge.BridgeOriginal
-
- invoke(Object...) - Method in class com.spazedog.lib.reflecttools.ReflectConstructor
-
- invoke(ReflectMember.Result, Object...) - Method in class com.spazedog.lib.reflecttools.ReflectConstructor
-
Invoke this Constructor
- invoke(Object...) - Method in class com.spazedog.lib.reflecttools.ReflectMethod
-
- invoke(ReflectMember.Result, Object...) - Method in class com.spazedog.lib.reflecttools.ReflectMethod
-
Invoke this Method
- invokeConstructor(Object...) - Method in class com.spazedog.lib.reflecttools.ReflectClass
-
- invokeConstructor(ReflectMember.Match, Object...) - Method in class com.spazedog.lib.reflecttools.ReflectClass
-
This is a shortcut that will both search for and invoke a Constructor
based on
the arguments parsed.
- invokeMethod(String, Object...) - Method in class com.spazedog.lib.reflecttools.ReflectClass
-
- invokeMethod(String, ReflectMember.Match, Object...) - Method in class com.spazedog.lib.reflecttools.ReflectClass
-
This is a shortcut that will both search for and invoke a Method
based on
the arguments parsed.
- invokeOriginal(Object...) - Method in class com.spazedog.lib.reflecttools.bridge.MethodBridge.BridgeParams
-
- invokeOriginalMethod(Member, Object, Object[]) - Static method in class de.robv.android.xposed.XposedBridge
-
- invokeReceiver(Object, Object...) - Method in class com.spazedog.lib.reflecttools.ReflectConstructor
-
- invokeReceiver(Object, ReflectMember.Result, Object...) - Method in class com.spazedog.lib.reflecttools.ReflectConstructor
-
Invoke this Method
using a specific receiver
- invokeReceiver(Object, Object...) - Method in class com.spazedog.lib.reflecttools.ReflectMethod
-
- invokeReceiver(Object, ReflectMember.Result, Object...) - Method in class com.spazedog.lib.reflecttools.ReflectMethod
-
Invoke this Method
- isAbstract() - Method in class com.spazedog.lib.reflecttools.ReflectClass
-
Whether or not the class was declared abstract
- isAbstract() - Method in class com.spazedog.lib.reflecttools.ReflectMember
-
Whether or not the member was declared abstract
- isAssignable(Class<?>[], Class<?>...) - Static method in class com.spazedog.lib.reflecttools.apache.Common.ClassUtils
-
Checks if an array of Classes can be assigned to another array of Classes.
- isAssignable(Class<?>[], Class<?>[], boolean) - Static method in class com.spazedog.lib.reflecttools.apache.Common.ClassUtils
-
Checks if an array of Classes can be assigned to another array of Classes.
- isAssignable(Class<?>, Class<?>) - Static method in class com.spazedog.lib.reflecttools.apache.Common.ClassUtils
-
Checks if one Class
can be assigned to a variable of
another Class
.
- isAssignable(Class<?>, Class<?>, boolean) - Static method in class com.spazedog.lib.reflecttools.apache.Common.ClassUtils
-
Checks if one Class
can be assigned to a variable of
another Class
.
- isFinal() - Method in class com.spazedog.lib.reflecttools.ReflectClass
-
Whether or not the class was declared final
- isFinal() - Method in class com.spazedog.lib.reflecttools.ReflectMember
-
Whether or not the member was declared final
- isInterface() - Method in class com.spazedog.lib.reflecttools.ReflectClass
-
Whether or not the class is an interface
- isInterface() - Method in class com.spazedog.lib.reflecttools.ReflectMember
-
Whether or not the member is part of an interface
- isNative() - Method in class com.spazedog.lib.reflecttools.ReflectMember
-
Whether or not the member is native
- isNested() - Method in class com.spazedog.lib.reflecttools.ReflectClass
-
Whether or not the class is a nested class
- isPrivate() - Method in class com.spazedog.lib.reflecttools.ReflectClass
-
Whether or not the class was declared private
- isPrivate() - Method in class com.spazedog.lib.reflecttools.ReflectMember
-
Whether or not the member was declared private
- isProtected() - Method in class com.spazedog.lib.reflecttools.ReflectClass
-
Whether or not the class was declared protected
- isProtected() - Method in class com.spazedog.lib.reflecttools.ReflectMember
-
Whether or not the member was declared protected
- isPublic() - Method in class com.spazedog.lib.reflecttools.ReflectClass
-
Whether or not the class was declared public
- isPublic() - Method in class com.spazedog.lib.reflecttools.ReflectMember
-
Whether or not the member was declared public
- isSameLength(Object[], Object[]) - Static method in class com.spazedog.lib.reflecttools.apache.Common.ArrayUtils
-
Checks whether two arrays are the same length, treating
null
arrays as length 0
.
- isStatic() - Method in class com.spazedog.lib.reflecttools.ReflectClass
-
Whether or not the class was declared static
- isStatic() - Method in class com.spazedog.lib.reflecttools.ReflectMember
-
Whether or not the member was declared static
- isStrict() - Method in class com.spazedog.lib.reflecttools.ReflectMember
-
Whether or not the member was declared strict
- isSynchronized() - Method in class com.spazedog.lib.reflecttools.ReflectMember
-
Whether or not the member was declared synchronized
- isTransient() - Method in class com.spazedog.lib.reflecttools.ReflectMember
-
Whether or not the member is transient
- isVolatile() - Method in class com.spazedog.lib.reflecttools.ReflectMember
-
Whether or not the member was declared volatile
- IXposedHookZygoteInit - Interface in de.robv.android.xposed
-
For Internal Use
- IXposedHookZygoteInit.StartupParam - Interface in de.robv.android.xposed
-