ExpressionValue

sealed interface ExpressionValue(source)

Represents a value that an Expression can resolve to. Many of these types are never actually instantiated at runtime; they're only used as type parameters to hint at the type of an Expression.

Inheritors