resolveString

fun resolveString(value: Int): Int(source)

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

Return

The index of the ConstantPoolEntry.StringConstant with the given value

Since

0.1.0

Parameters

value

The identifier of the ConstantPoolEntry.StringConstant


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

Return

The index of the ConstantPoolEntry.StringConstant with the given value

Since

0.1.0

Parameters