samt-core
1.0.0
jvm
compiler
/
tools.samt.semantic
/
ResolvedTypeReference
/
Constraint
/
Value
Value
data
class
Value
(
val
node
:
ExpressionNode
,
val
value
:
Any
)
:
ResolvedTypeReference.Constraint
Members
Constructors
Value
Link copied to clipboard
constructor
(
node
:
ExpressionNode
,
value
:
Any
)
Properties
human
Readable
Name
Link copied to clipboard
open
override
val
humanReadableName
:
String
node
Link copied to clipboard
open
override
val
node
:
ExpressionNode
value
Link copied to clipboard
val
value
:
Any