[Top]
master
master()->CompatResolver
|
Class master()->CompatResolver
- Variable
root_module
-
joinnode root_module
- Description
-
Actual resolver
- Variable
handler_root_modules
-
mapping(object:joinnode) handler_root_modules
- Description
-
Lookup from handler module to corresponding root_module.
- Variable
system_module_path
-
array(string) system_module_path
- Description
-
The pike system module path, not including any set by the user.
- Variable
pike_module_path
-
array(string) pike_module_path
- Description
-
The complete module search path
- Variable
pike_include_path
-
array(string) pike_include_path
- Description
-
The complete include search path
- Variable
pike_program_path
-
array(string) pike_program_path
- Description
-
The complete program search path
- Variable
fallback_resolver
-
CompatResolver fallback_resolver
- Description
-
If we fail to resolv, try the fallback.
Typical configuration:
0.6->7.0->7.2->7.4->master
|