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
Datei anzeigen Open project: jnthn/6model

Public Properties

Property Type Description
SlotStorage RakudoObject[]
SpillStorage Dictionary>

Public Methods

Method Description
Instance ( SharedTable STable ) : System

Method Details

Instance() public method

public Instance ( SharedTable STable ) : System
STable SharedTable
return System

Property Details

SlotStorage public_oe property

public RakudoObject[] SlotStorage
return RakudoObject[]

SpillStorage public_oe property

public Dictionary> SpillStorage
return Dictionary>