nitc :: MutableInstance :: _attributes
The values of the attributesnitc :: MutableInstance :: _internal_attributes
C-array to store pointers to attributes of this Objectnitc :: MutableInstance :: attributes
The values of the attributesnitc :: MutableInstance :: attributes=
The values of the attributesnitc :: MutableInstance :: defaultinit
nitc :: MutableInstance :: internal_attributes
C-array to store pointers to attributes of this Objectnitc :: MutableInstance :: internal_attributes=
C-array to store pointers to attributes of this Objectnitc $ MutableInstance :: SELF
Type of this instance, automatically specialized in every classnitc :: MutableInstance :: _attributes
The values of the attributesnitc :: MutableInstance :: _internal_attributes
C-array to store pointers to attributes of this Objectnitc :: MutableInstance :: attributes
The values of the attributesnitc :: MutableInstance :: attributes=
The values of the attributescore :: Object :: class_factory
Implementation used byget_class
to create the specific class.
nitc :: Instance :: defaultinit
core :: Object :: defaultinit
nitc :: MutableInstance :: defaultinit
nitc :: MutableInstance :: internal_attributes
C-array to store pointers to attributes of this Objectnitc :: MutableInstance :: internal_attributes=
C-array to store pointers to attributes of this Objectcore :: Object :: is_same_instance
Return true ifself
and other
are the same instance (i.e. same identity).
core :: Object :: is_same_serialized
Isself
the same as other
in a serialization context?
core :: Object :: is_same_type
Return true ifself
and other
have the same dynamic type.
core :: Object :: native_class_name
The class name of the object in CString format.core :: Object :: output_class_name
Display class name on stdout (debug only).
# A instance with attribute (standards objects)
class MutableInstance
super Instance
# The values of the attributes
var attributes: Map[MAttribute, Instance] = new HashMap[MAttribute, Instance]
end
src/interpreter/naive_interpreter.nit:770,1--776,3
# Redef MutableInstance to improve implementation of attributes in objects
redef class MutableInstance
# C-array to store pointers to attributes of this Object
var internal_attributes: Pointer
end
src/vm/virtual_machine.nit:877,1--882,3