struct Token::Token

Defined in:

token/token.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : Type, literal : String, line : Int32 = 0, column : Int32 = 0) #

[View source]

Instance Method Detail

def column : Int32 #

[View source]
def line : Int32 #

[View source]
def literal : String #

[View source]
def type : String #

[View source]