org.opalj.br
Represents constant values; that is, values pushed onto the stack by the ldc(2)(_w) instructions or type information required by the instructions to create arrays.
ldc(2)(_w)
A MethodHandle or MethodType (i.e., a MethodDescriptor) is also a ConstantValue.
MethodHandle
MethodDescriptor
ConstantValue
The concrete value.
A string representation of the concrete value; used for debugging purposes.
The (runtime) type of the concrete value.
Represents constant values; that is, values pushed onto the stack by the
ldc(2)(_w)instructions or type information required by the instructions to create arrays.A
MethodHandleor MethodType (i.e., aMethodDescriptor) is also aConstantValue.