abstract class FayrantLang::AnyValue

Direct Known Subclasses

Defined in:

value.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : ValueType) #

[View source]

Instance Method Detail

def ==(other) #
Description copied from class Reference

Returns false (other can only be a Value here).


[View source]
def get_boolean : Bool #

[View source]
def get_function : FunctionValue #

[View source]
def get_number : Float64 #

[View source]
def get_object : ObjectValue #

[View source]
def get_string : String #

[View source]
abstract def to_string #

[View source]

[View source]