class FayrantLang::ArrayObjectValue
Defined in:
value.cr
Constructors
==(other : ObjectValue)
==,
fields : Hash(String, FayrantLang::AnyValue)
fields,
get_field(name : String)
get_field,
get_object
get_object,
set_field(name : String, value : AnyValue)
set_field,
to_string
to_string,
uuid : UUID
uuid
new(className : String, methods : Hash(String, FunctionDeclarationStatement), methods_ctx : Context)
new
==(other)
==,
get_boolean : Bool
get_boolean,
get_function : FunctionValue
get_function,
get_number : Float64
get_number,
get_object : ObjectValue
get_object,
get_string : String
get_string,
to_string
to_string,
type : FayrantLang::ValueType
type
new(type : ValueType)
new
Constructor Detail