class Z::Lex::Token
- Z::Lex::Token
- Reference
- Object
Defined in:
lex/token.crConstructors
Instance Method Summary
- #==(t : Token)
- #col : Int32
- #col=(col : Int32)
- #inspect(io)
- #line : Int32
- #line=(line : Int32)
- #to_s(io)
- #type : Z::Lex::Token::Type
- #type=(type : Z::Lex::Token::Type)
- #value : String
- #value=(value : String)