class EEEval::Token

Defined in:

eval/token.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : Float64 | String, type : EEEval::Token::Type) #

[View source]

Instance Method Detail

def type : Type #

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

[View source]
def value : String | Float64 #

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

[View source]