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