ConstSourceValue

sealed class ConstSourceValue : Value

Inheritors

Types

Link copied to clipboard
data class Arg(val basicValue: BasicValue) : ConstSourceValue
Link copied to clipboard
data class Insn(val basicValue: BasicValue, val source: AbstractInsnNode) : ConstSourceValue
Link copied to clipboard
data class Unknown(val basicValue: BasicValue) : ConstSourceValue

Properties

Link copied to clipboard
abstract val basicValue: BasicValue

Functions

Link copied to clipboard
open override fun getSize(): Int