type
constructors
| fromStr | 
 Construct from string  | 
|---|
methods
| equals | 
 Equality is based on string representation  | 
|---|---|
| hash | 
 Hash code is based on string representation  | 
| name | 
 Simple name  | 
| toCode | 
 Code representation with leading "^" caret.  | 
| toStr | 
 String representation  | 
Slot Details
equals
fromStr
hash
virtual override Int hash()
Hash code is based on string representation
name
abstract Str name()
Simple name
toCode
 Str toCode()
Code representation with leading "^" caret.
toStr
virtual override Str toStr()
String representation