- Index
- »
- fan.haystack
- »
- Symbol
Symbol
@Js
const abstract class Symbol : Obj
Symbol is a name to a def in the meta-model namespace
Construct from string
Equality is based on string representation
Hash code is based on string representation
Simple name
Code representation with leading "^" caret
String representation
virtual Bool equals(Obj? that)
Equality is based on string representation
static new fromStr(Str s, Bool checked := true)
Construct from string
virtual Int hash()
Hash code is based on string representation
abstract Str name()
Simple name
Str toCode()
Code representation with leading "^" caret.
virtual Str toStr()
String representation