Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
eeeval
v1.3.0
Top Level Namespace
EEEval
AST
BinaryOpNode
FunctionNode
Node
NumberNode
UnaryOpNode
VariableNode
CalcFuncParser
CalcParser
CondParser
Constants
Token
Type
Generated using Crystal 1.16.3
2026-07-24 16:27:34 UTC
class
EEEval::
Token
EEEval::Token
Reference
Object
Defined in:
eval/token.cr
Constructors
.new
(value : Float64 | String, type : EEEval::Token::Type)
Instance Method Summary
#type
: Type
#type=
(type : Type)
#value
: String | Float64
#value=
(value : String | Float64)
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
]