resolveClass

fun resolveClass(value: Int): Int(source)

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

Return

The index of the ConstantPoolEntry.ClassConstant with the given value

Since

0.1.0

Parameters

value

The identifier of the ConstantPoolEntry.ClassConstant


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

Return

The index of the ConstantPoolEntry.ClassConstant with the given value

Since

0.1.0

Parameters

value