findInt

fun findInt(value: Int): Int?(source)

Find the ConstantPoolEntry.IntConstant with the given value

Return

The index of the ConstantPoolEntry.IntConstant with the given value

Since

0.1.0

Parameters

value