class Z::Lex::Token

Defined in:

lex/token.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(line : Int32, col : Int32, type : Type, value : String) #

[View source]

Instance Method Detail

def ==(t : Token) #

[View source]
def col : Int32 #

[View source]
def col=(col : Int32) #

[View source]
def inspect(io) #

[View source]
def line : Int32 #

[View source]
def line=(line : Int32) #

[View source]
def to_s(io) #

[View source]
def type : Z::Lex::Token::Type #

[View source]
def type=(type : Z::Lex::Token::Type) #

[View source]
def value : String #

[View source]
def value=(value : String) #

[View source]