abstract class FayrantLang::AnyValue
- FayrantLang::AnyValue
- Reference
- Object
Direct Known Subclasses
- FayrantLang::BooleanValue
- FayrantLang::FunctionValue
- FayrantLang::NullValue
- FayrantLang::NumberValue
- FayrantLang::ObjectValue
- FayrantLang::StringValue
Defined in:
value.crConstructors
Instance Method Summary
-
#==(other)
Returns
false
(other can only be aValue
here). - #get_boolean : Bool
- #get_function : FunctionValue
- #get_number : Float64
- #get_object : ObjectValue
- #get_string : String
- #to_string
- #type : FayrantLang::ValueType
Constructor Detail
Instance Method Detail
def ==(other)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).