class AttributeKey<T>
Specifies a key for an attribute in Attributes
T - is type of the value stored in the attribute
name - is a name of the attribute for diagnostic purposes
AttributeKey(name: String)
Specifies a key for an attribute in Attributes |
val name: String
is a name of the attribute for diagnostic purposes |
fun toString(): String |