Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
eeeval
v1.1.0
EEEval
AST
BinaryOpNode
FunctionNode
Node
NumberNode
UnaryOpNode
VariableNode
CalcFuncParser
CalcParser
CondParser
Constants
Token
Type
Generated using Crystal 1.16.3
2026-06-24 17:08:27 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
]