abstract class LxLang::T::Keyword
- LxLang::T::Keyword
- LxLang::Token
- Reference
- Object
Direct Known Subclasses
- LxLang::T::Break
- LxLang::T::Else
- LxLang::T::If
- LxLang::T::In
- LxLang::T::Loop
- LxLang::T::Out
- LxLang::T::Public
- LxLang::T::Return
- LxLang::T::While
Defined in:
tokens/keyword.crConstructors
Instance Method Summary
Instance methods inherited from class LxLang::Token
char : Int32
char,
char=(char : Int32)
char=,
line : Int32
line,
line=(line : Int32)
line=,
to_s(io)
to_s,
type : String
type,
value
value,
value=(value : String)
value=
Constructor methods inherited from class LxLang::Token
new(pull : JSON::PullParser)new(value : String, line : Int32 = 0, char : Int32 = 0) new