findClass

fun findClass(identifier: Int): Int?(source)

Find the ConstantPoolEntry.ClassConstant with the given identifier

Return

The index of the ConstantPoolEntry.ClassConstant with the given identifier

Since

0.1.0

Parameters

identifier

The identifier of the ConstantPoolEntry.ClassConstant


fun findClass(name: String): Int?(source)

Find the ConstantPoolEntry.ClassConstant with the given name

Return

The index of the ConstantPoolEntry.ClassConstant with the given name

Since

0.1.0

Parameters