cadenza / cadenza.data / NeutralValue

NeutralValue

class NeutralValue : TruffleObject

Constructors

<init>

NeutralValue(type: Type, term: Neutral)

Properties

term

val term: Neutral

type

val type: Type

Functions

apply

fun apply(arguments: Array<out Any?>): NeutralValue

execute

fun execute(vararg arguments: Any?): NeutralValue

isExecutable

fun isExecutable(): Boolean

Extension Functions

raise

fun NeutralValue.raise(): Nothing