class Aero::Query::Token
- Aero::Query::Token
- Reference
- Object
Defined in:
query/lexer.crConstructors
Instance Method Summary
- #kind : Kind
- #kind=(kind : Kind)
- #start : Int32
- #start=(start : Int32)
- #stop : Int32
- #stop=(stop : Int32)
- #value : String
- #value=(value : Nil | String)