abstract class LxLang::T::Keyword

Direct Known Subclasses

Defined in:

tokens/keyword.cr

Constructors

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

Class methods inherited from class LxLang::Token

to_s(io) to_s

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def value : String #

[View source]