[Top]
CompilerEnvironment
|
Method CompilerEnvironment()->get_compilation_handler()
- Method
get_compilation_handler
object get_compilation_handler(int major, int minor)
- Description
Get compatibility handler for Pike major .minor .
The default implementation calls the corresponding
function in the master object.
- Note
This function is typically called by
PikeCompiler()->get_compilation_handler() .
- See also
MasterObject()->get_compilation_handler() .
|