Value

open class Value(source)

Any type of value.

Author

Federico Tomassetti

Constructors

Link copied to clipboard
constructor(type: ResolvedType, name: String)

Properties

Link copied to clipboard
open val name: String
Link copied to clipboard
open val type: ResolvedType

Functions

Link copied to clipboard
Create a Value from a ValueDeclaration.
Link copied to clipboard
open fun toString(): String