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

Checks whether the Class or Member modifiers include abstract.

Link copied to clipboard

Checks whether the Class or Member modifiers include final.

Link copied to clipboard

Checks whether the Class modifiers include interface.

Link copied to clipboard

Checks whether the Method modifiers include native.

Link copied to clipboard

Checks whether the Class or Member modifiers include private.

Link copied to clipboard

Checks whether the Class or Member modifiers include protected.

Link copied to clipboard

Checks whether the Class or Member modifiers include public.

Link copied to clipboard

Checks whether the Class or Member modifiers include static.

Link copied to clipboard

Checks whether the Class or Member modifiers include strictfp.

Link copied to clipboard

Checks whether the Class or Member modifiers include synchronized.

Link copied to clipboard

Checks whether the Field modifiers include transient.

Link copied to clipboard

Checks whether the Field modifiers include volatile.

Functions

Link copied to clipboard
open override fun toString(): String