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