Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
eeeval
0.2.10
EEEval
CalcFuncParser
CalcParser
CondParser
MathFuncResolver
Token
Type
Math
Built with Crystal 1.9.2
2023-10-08 13:21:40 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
]