type
XStr
XStr is an extended string which is a type name and value encoded as a string. It is used as a generic value when an XStr is decoded without any predefind Fantom type.
constructors
make |
Construct for type name and string value |
---|
fields
methods
decode |
Decode into its appropiate Fantom type or fallback to generic XStr |
---|---|
equals |
Equality is base on type and val |
hash |
Hash is composed of type and val |
toStr |
Slot Details
decode
equals
hash
virtual override Int hash()
Hash is composed of type and val
make
toStr
virtual override Str toStr()
type
const Str type
Type name
val
const Str val
String value