- implements($method)
- Always true for vtables.
- body($method, $line, $out_name)
- Returns the C code for the method body.
$lineis used to accumulate the number of lines,$out_nameis the name of the output file we are generating.
- Overrides the default implementation to direct all unknown methods to first check if there is an implementation of the vtable method in the vtable methods hash of this class of any others,
and delegates up to any PMCs in the MRO.