import{_ as e,o as s,c as o,a}from"./app-BpUB8-Q8.js";const d={},c=a(`
Notice
Due to maintenance costs, the YukiHookAPI
will no longer update this document from version 1.3.0
and switch to the API document automatically generated by the Dokka plugin in version 2.0.0
.
Notice
The English translation of this page has not been completed, you are welcome to contribute translations to us.
You can use the Chrome Translation Plugin to translate entire pages for reference.
class ModifierRules private constructor()
Change Records
v1.0.67
added
v1.1.0
modified
新增 Class
的描述符判断
作为 lambda 整体判断条件使用
移动到 base 包名
私有化构造方法
Function Illustrate
这是一个
Class
、Member
描述符条件实现类。
可对 R8 混淆后的 Class
、Member
进行更加详细的定位。
val isPublic: Boolean
Change Records
v1.0.67
added
v1.1.0
modified
统一合并到扩展方法并改名
Function Illustrate
Class
、Member
类型是否包含public
。
val isPrivate: Boolean
Change Records
v1.0.67
added
v1.1.0
modified
统一合并到扩展方法并改名
Function Illustrate
Class
、Member
类型是否包含private
。
val isProtected: Boolean
Change Records
v1.0.67
added
v1.1.0
modified
统一合并到扩展方法并改名
Function Illustrate
Class
、Member
类型是否包含protected
。
val isStatic: Boolean
Change Records
v1.0.67
added
v1.1.0
modified
统一合并到扩展方法并改名
Function Illustrate
Class
、Member
类型是否包含static
。
对于任意的静态 Class
、Member
可添加此描述进行确定。
Notice
Kotlin → Jvm 后的 object 类中的方法并不是静态的。
val isFinal: Boolean
Change Records
v1.0.67
added
v1.1.0
modified
统一合并到扩展方法并改名
Function Illustrate
Class
、Member
类型是否包含final
。
Notice
Kotlin → Jvm 后没有 open 符号标识的 Class、Member 和没有任何关联的 Class、Member 都将为 final。
val isSynchronized: Boolean
Change Records
v1.0.67
added
v1.1.0
modified
统一合并到扩展方法并改名
Function Illustrate
Class
、Member
类型是否包含synchronized
。
val isVolatile: Boolean
Change Records
v1.0.67
added
v1.1.0
modified
统一合并到扩展方法并改名
Function Illustrate
Field
类型是否包含volatile
。
val isTransient: Boolean
Change Records
v1.0.67
added
v1.1.0
modified
统一合并到扩展方法并改名
Function Illustrate
Field
类型是否包含transient
。
val isNative: Boolean
Change Records
v1.0.67
added
v1.1.0
modified
统一合并到扩展方法并改名
Function Illustrate
Method
类型是否包含native
。
对于任意 JNI 对接的 Method
可添加此描述进行确定。
val isInterface: Boolean
Change Records
v1.0.67
added
v1.1.0
modified
统一合并到扩展方法并改名
Function Illustrate
Class
类型是否包含interface
。
val isAbstract: Boolean
Change Records
v1.0.67
added
v1.1.0
modified
统一合并到扩展方法并改名
Function Illustrate
Class
、Member
类型是否包含abstract
。
对于任意的抽象 Class
、Member
可添加此描述进行确定。
val isStrict: Boolean
Change Records
v1.0.67
added
v1.1.0
modified
统一合并到扩展方法并改名
Function Illustrate
`,115),n=[c];function t(i,l){return s(),o("div",null,n)}const r=e(d,[["render",t],["__file","ModifierRules.html.vue"]]);export{r as default};
Class
、Member
类型是否包含strictfp
。