Difference between revisions of "Runtime Type System"

 
Line 1: Line 1:
Description of all the information related to the type system at runtime
+
[[Category:Runtime]]
 +
Description of all the information related to the type system at runtime.
  
===fd===
+
===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.
 +
 
 +
===Type description===
 +
For every computed type

Revision as of 15:32, 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. With this encoding, we can perform creation of objects, object tests, get the type of the i-th generic of a class.

Type description

For every computed type