resolveInt

fun resolveInt(value: Int): Int(source)

Resolve the ConstantPoolEntry.IntConstant with the given value If a ConstantPoolEntry.IntConstant with the given value does not exist, it will be created

Return

The index of the ConstantPoolEntry.IntConstant with the given value

Since

0.1.0

Parameters

value

The identifier of the ConstantPoolEntry.IntConstant