getStringsInClass

@NotNull
open fun getStringsInClass(@NonNull className: String, isStatic: Boolean): @NotNull List<String>

Get all string variables in this class.

Return

String list in this class. If there is no String in this class, the empty list will be return.

Parameters

className

class name to find strings.

isStatic

true if string is static filed. false if not.