C# Class Rakudo.Metamodel.Representations.P6opaque.Instance

This is what an instance of a P6opaque looks like. The SlotStorage is an array where we'll store most attributes, so we can look them up by index. There's also an unallocated spill-over store for any attributes that are added through augment, or in MI cases.
Inheritance: RakudoObject
Afficher le fichier Open project: jnthn/6model

Méthodes publiques

Свойство Type Description
SlotStorage RakudoObject[]
SpillStorage Dictionary>

Méthodes publiques

Méthode Description
Instance ( SharedTable STable ) : System

Method Details

Instance() public méthode

public Instance ( SharedTable STable ) : System
STable SharedTable
Résultat System

Property Details

SlotStorage public_oe property

public RakudoObject[] SlotStorage
Résultat RakudoObject[]

SpillStorage public_oe property

public Dictionary> SpillStorage
Résultat Dictionary>