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