class FayrantLang::ObjectValue
- FayrantLang::ObjectValue
- FayrantLang::AnyValue
- Reference
- Object
Direct Known Subclasses
Defined in:
value.crConstructors
Instance Method Summary
- #==(other : ObjectValue)
- #fields : Hash(String, FayrantLang::AnyValue)
- #get_field(name : String)
- #get_object
- #set_field(name : String, value : AnyValue)
- #to_string
- #uuid : UUID
Instance methods inherited from class FayrantLang::AnyValue
==(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
Constructor methods inherited from class FayrantLang::AnyValue
new(type : ValueType)
new
Constructor Detail
def self.new(className : String, methods : Hash(String, FunctionDeclarationStatement), methods_ctx : Context)
#