- 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
String representation
Code representation with leading "^" caret
Equality is based on string representation
Simple name
Hash code is based on string representation
virtual Bool equals(Obj? that)
Equality is based on string representation
static new fromStr(Str s, Bool checked)
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