|
Perl 6
SMOP p6opaque Implementation: Revision 16
The p6opaque Responder Interface is the default responder for all Perl 6 objects, according to the [SMOP OO API].
^ p6opaque Structure * instanceof * WHENCE * metadata ** package ** isa *** count *** array ** does *** count *** array ** class storage *** opti_count # attributes that have a constant identifier as name *** opti_array **** constant identifier **** value *** count *** array **** name **** value ** attributes *** count *** array ** methods *** opti_count # methods that have a constant identifier as name *** opti_array **** constant identifier **** count **** array *** count *** array **** name **** count **** array * instance storage ** count ** array of packages *** opti_count # constant identifier names *** opti_array **** constant identifier **** value *** count *** array **** name **** value |