ThisValue

data class ThisValue(val basicValue: BasicValue, val isThis: Boolean) : Value

Constructors

Link copied to clipboard
constructor(basicValue: BasicValue, isThis: Boolean)

Properties

Link copied to clipboard
val basicValue: BasicValue
Link copied to clipboard

Functions

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