C# 클래스 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.
상속: RakudoObject
파일 보기 프로젝트 열기: jnthn/6model

공개 프로퍼티들

프로퍼티 타입 설명
SlotStorage RakudoObject[]
SpillStorage Dictionary>

공개 메소드들

메소드 설명
Instance ( SharedTable STable ) : System

메소드 상세

Instance() 공개 메소드

public Instance ( SharedTable STable ) : System
STable SharedTable
리턴 System

프로퍼티 상세

SlotStorage 공개적으로 프로퍼티

public RakudoObject[] SlotStorage
리턴 RakudoObject[]

SpillStorage 공개적으로 프로퍼티

public Dictionary> SpillStorage
리턴 Dictionary>