Pattern

data class Pattern(val node: ExpressionNode, val pattern: String) : ResolvedTypeReference.Constraint

Constructors

Link copied to clipboard
constructor(node: ExpressionNode, pattern: String)

Properties

Link copied to clipboard
open override val humanReadableName: String
Link copied to clipboard
open override val node: ExpressionNode
Link copied to clipboard