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
NameRulesclass NameRules private constructor()
Change Records
v1.0.0
first
Function Illustrate
这是一个模糊
Class
、Member
名称条件实现类。
可对 R8 混淆后的 Class
、Member
进行更加详细的定位。
- i-ext-method
String.isSyntheticfun String.isSynthetic(index: Int): Boolean
Change Records
v1.0.0
first
Function Illustrate
是否为匿名类的主类调用对象。
- i-ext-method
String.isOnlySymbolsfun String.isOnlySymbols(): Boolean
Change Records
v1.0.0
first
Function Illustrate
是否只有符号。
- i-ext-method
String.isOnlyLettersfun String.isOnlyLetters(): Boolean
Change Records
v1.0.0
first
Function Illustrate
是否只有字母。
- i-ext-method
String.isOnlyNumbersfun String.isOnlyNumbers(): Boolean
Change Records
v1.0.0
first
Function Illustrate
是否只有数字。
- i-ext-method
String.isOnlyLettersNumbersfun String.isOnlyLettersNumbers(): Boolean
Change Records
v1.0.0
first
Function Illustrate
是否只有字母或数字。
- i-ext-method
String.isOnlyLowercasefun String.isOnlyLowercase(): Boolean
Change Records
v1.0.0
first
Function Illustrate
是否只有小写字母。
在没有其它条件的情况下设置此条件允许判断对象存在字母以外的字符。
- i-ext-method
String.isOnlyUppercasefun String.isOnlyUppercase(): Boolean
Change Records
v1.0.0
first
Function Illustrate
是否只有大写字母。
在没有其它条件的情况下设置此条件允许判断对象存在字母以外的字符。