Creates a one-to-one representation of this constant pool entry node.
Creates a one-to-one representation of this constant pool entry node. The created representation is intended to be used to completely represent this constant pool entry.
Creates a resolved representation of this constant pool entry that is well-suited as an
output in combination with an instruction (e.g., an ldc
, get|putfield
,
invokXYZ
,...).
Creates a resolved representation of this constant pool entry that is well-suited as an
output in combination with an instruction (e.g., an ldc
, get|putfield
,
invokXYZ
,...). I.e., a representation that contains no more
pointers in the CP.
This operation is only supported by constant pool entries related to
load constant instructions (ldc(2)(_W)). In case of the invoke
or
put|getfield
instructions the transformation is handled by the respective
instruction.
Resolves this constant pool entry and creates a type name as used by Java.
Resolves this constant pool entry and creates a type name as used by Java.
Size of this constant pool entry in bytes.
Size of this constant pool entry in bytes.