struct Bench::Token

Defined in:

bench/token.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tokenType : Symbol, value : String, line : Int32, col : Int32) #

[View source]

Instance Method Detail

def col : Int32 #

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

[View source]
def line : Int32 #

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

[View source]
def tokenType : Symbol #

[View source]
def tokenType=(tokenType : Symbol) #

[View source]
def value : String #

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

[View source]