enum CON::Token
Defined in:
lexer.crEnum Members
-
BeginArray =
0
-
EndArray =
1
-
BeginHash =
2
-
EndHash =
3
-
EOF =
4
Instance Method Summary
Instance methods inherited from struct Enum
to_con(con : CON::Builder)
to_con
Class methods inherited from struct Enum
from_con(value, pull : CON::PullParser)from_con(pull : CON::PullParser) from_con
Instance methods inherited from struct Value
==(other : CON::Any)
==
Instance methods inherited from class Object
===(other : CON::Any)
===,
from_con(con : String | IO)
from_con,
to_con(io : IO)to_con to_con, to_pretty_con(indent : String = " ")
to_pretty_con(io : IO, indent : String = " ") to_pretty_con