class LxLang::T::While
- LxLang::T::While
- LxLang::T::Keyword
- LxLang::Token
- Reference
- Object
Defined in:
tokens/keyword.crConstructors
Instance methods inherited from class LxLang::T::Keyword
value : String
value
Constructor methods inherited from class LxLang::T::Keyword
new(pull : JSON::PullParser)
new
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