NAME
Parrot::Pmc2c::PMC::Object
DESCRIPTION
PMC to C Methods
METHODS
body($method, $line, $out_name)
Returns the C code for the method body.
Overrides the default implementation to direct all unknown methods to first check if there is an implementation of the vtable function in the vtable function hash of this class of any others, and delegates up to any PMCs in the MRO.