findString

fun findString(value: Int): Int?(source)
fun findString(value: String): Int?(source)

Find the ConstantPoolEntry.StringConstant with the given value

Return

The index of the ConstantPoolEntry.StringConstant with the given value

Since

0.1.0

Parameters

value