[Top]
MasterObject
MasterObject()->CompatResolver
|
Class MasterObject()->CompatResolver
- Description
-
Resolver of symbols not located in the program being compiled.
- Variable
root_module
-
joinnode MasterObject.CompatResolver.root_module
- Description
-
Join node of the root modules for this resolver.
- Variable
handler_root_modules
-
mapping(object:joinnode) MasterObject.CompatResolver.handler_root_modules
- Description
-
Lookup from handler module to corresponding root_module.
- Variable
system_module_path
-
array(string) MasterObject.CompatResolver.system_module_path
- Description
-
The pike system module path, not including any set by the user.
- Variable
pike_module_path
-
array(string) MasterObject.CompatResolver.pike_module_path
- Description
-
The complete module search path
- Variable
pike_include_path
-
array(string) MasterObject.CompatResolver.pike_include_path
- Description
-
The complete include search path
- Variable
pike_program_path
-
array(string) MasterObject.CompatResolver.pike_program_path
- Description
-
The complete program search path
- Variable
fallback_resolver
-
CompatResolver MasterObject.CompatResolver.fallback_resolver
- Description
-
If we fail to resolv, try the fallback.
Typical configuration:
0.6->7.0->7.2-> ... ->master
|