class Magiika::Node::Flt
- Magiika::Node::Flt
- Magiika::TypeNode
- Magiika::Node
- Reference
- Object
Included Modules
Extended Modules
Defined in:
node/primitives/flt.crConstructors
Class Method Summary
- .scope : Scope::Standalone
- .type_base? : ::Bool
- .type_meta : TypeMeta
- .type_meta? : TypeMeta | ::Nil
- .type_name : String
Instance Method Summary
- #eval(scope : Scope) : Node::Flt
- #eval_bool(scope : Scope) : ::Bool
- #scope : Scope::Standalone
- #to_s_internal : String
- #type_meta : TypeMeta
- #type_meta? : TypeMeta | ::Nil
-
#value : InternalNumberType
include Node
Instance methods inherited from module Magiika::Psuedo::Number
value : InternalNumberType
value
Instance methods inherited from class Magiika::TypeNode
eval_type(scope : Scope) : TypeMeta
eval_type,
type_meta : TypeMeta
type_meta
Class methods inherited from class Magiika::TypeNode
eval_type(scope : Scope) : TypeMeta
eval_type,
type_base? : ::Bool
type_base?,
type_name : String
type_name
Instance methods inherited from module Magiika::EvalType
eval_type(scope : Scope) : TypeMeta
eval_type
Instance methods inherited from class Magiika::Node
eval(scope : Scope) : Node
eval,
eval_bool(scope : Scope) : ::Bool
eval_bool,
position : Position
position,
position! : Position
position!,
position? : Position | ::Nil
position?,
to_s : String
to_s,
to_s_internal : String
to_s_internal,
type_name : String
type_name
Constructor methods inherited from class Magiika::Node
new(position : Position | ::Nil = nil)
new
Class methods inherited from class Magiika::Node
to_s : String
to_s,
to_s_internal : String
to_s_internal,
type_name : String
type_name
Constructor Detail
Class Method Detail
Instance Method Detail
def value : InternalNumberType
#
Description copied from module Magiika::Psuedo::Number
include Node