Modifier Rules
class ModifierRules
Deprecated
YukiHookAPI will completely remove the API of its own reflection part in version 2.0.0. We recommend that you use KavaRef to implement reflection for better performance and maintainability. See: https://github.com/HighCapable/KavaRef
Modifier condition implementation for Class and Member.
Provides more precise matching for Class and Member instances obfuscated by R8.
Parameters
instance
the current instance.
Properties
Link copied to clipboard
Link copied to clipboard
Checks whether the Class modifiers include interface.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Checks whether the Field modifiers include transient.
Link copied to clipboard
Checks whether the Field modifiers include volatile.