resolveByte

fun resolveByte(value: Byte): Int(source)

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

Return

The index of the ConstantPoolEntry.ByteConstant with the given value

Since

0.1.0

Parameters

value

The identifier of the ConstantPoolEntry.ByteConstant