resolveLong

fun resolveLong(value: Long): Int(source)

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

Return

The index of the ConstantPoolEntry.LongConstant with the given value

Since

0.1.0

Parameters

value

The identifier of the ConstantPoolEntry.LongConstant