- getFieldValue(String) - Method in class com.spazedog.lib.reflecttools.ReflectClass
-
- getFieldValue(String, ReflectMember.Match) - Method in class com.spazedog.lib.reflecttools.ReflectClass
-
This is a shortcut that will both search for and get the value from a Field
- getNested(String) - Method in class com.spazedog.lib.reflecttools.ReflectClass
-
Returns a new
ReflectClass
instance pointing at a nested class within the current class.
- getNestedClass(String) - Method in class com.spazedog.lib.reflecttools.ReflectClass
-
Locates a nested class based on it's simple name.
- getNestedInstantiated(String, Object...) - Method in class com.spazedog.lib.reflecttools.ReflectClass
-
- getObject() - Method in class com.spazedog.lib.reflecttools.ReflectClass
-
Returns the object T
attached to this object
- getObject() - Method in class com.spazedog.lib.reflecttools.ReflectConstructor
-
Returns the object T
attached to this object
- getObject() - Method in class com.spazedog.lib.reflecttools.ReflectField
-
Returns the object T
attached to this object
- getObject() - Method in class com.spazedog.lib.reflecttools.ReflectMethod
-
Returns the object T
attached to this object
- getObject() - Method in class com.spazedog.lib.reflecttools.ReflectObject
-
Returns the object T
attached to this object
- getParent() - Method in class com.spazedog.lib.reflecttools.ReflectClass
-
- getParentClass() - Method in class com.spazedog.lib.reflecttools.ReflectClass
-
Returns the parent Class
or NULL
if the current class
is not a nested class
- getParentReceiver() - Method in class com.spazedog.lib.reflecttools.ReflectClass
-
Returns the receiver of the parent class or NULL
if the current class does not have
a receiver or if the current class is not a nested instance.
- getReceiver() - Method in class com.spazedog.lib.reflecttools.ReflectClass
-
Returns the receiver accociated with this object
- getReceiver() - Method in class com.spazedog.lib.reflecttools.ReflectMember
-
This method takes the receiver from the member's
ReflectClass
.
- getReceiver() - Method in class com.spazedog.lib.reflecttools.ReflectObject
-
Returns the receiver accociated with this object
- getReceiverValue(Object) - Method in class com.spazedog.lib.reflecttools.ReflectField
-
- getReceiverValue(Object, ReflectMember.Result) - Method in class com.spazedog.lib.reflecttools.ReflectField
-
Get the value from this field using a specified receiver
- getReflectClass() - Method in class com.spazedog.lib.reflecttools.ReflectConstructor
-
- getReflectClass() - Method in class com.spazedog.lib.reflecttools.ReflectField
-
- getReflectClass() - Method in class com.spazedog.lib.reflecttools.ReflectMember
-
- getReflectClass() - Method in class com.spazedog.lib.reflecttools.ReflectMethod
-
- getResult() - Method in class com.spazedog.lib.reflecttools.bridge.MethodBridge.BridgeParams
-
Return the current result that is to be parsed back to the caller of the original Member
- getResult() - Method in class de.robv.android.xposed.XC_MethodHook.MethodHookParam
-
- getValue() - Method in class com.spazedog.lib.reflecttools.ReflectField
-
- getValue(ReflectMember.Result) - Method in class com.spazedog.lib.reflecttools.ReflectField
-
Get the value from this field