Difference between revisions of "Runtime Type System"

(Introduction)
Line 3: Line 3:
  
 
===Introduction===
 
===Introduction===
As described in the [[Runtime Type Encoding]] page, every type created at runtime have an encoding. With this encoding, we can perform creation of objects, object tests, get the type of the i-th generic of a class.
+
As described in the [[Runtime Type Encoding]] page, every type created at runtime have an encoding. Then encoding contains information which enables creation of objects, object tests, geting the type of the i-th generic of a class.
  
 
===Type description===
 
===Type description===
 
For every computed type
 
For every computed type

Revision as of 15:35, 25 September 2008

Description of all the information related to the type system at runtime.

Introduction

As described in the Runtime Type Encoding page, every type created at runtime have an encoding. Then encoding contains information which enables creation of objects, object tests, geting the type of the i-th generic of a class.

Type description

For every computed type