Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
CompilerEnvironment
CompilerEnvironment()->PikeCompiler

Method CompilerEnvironment()->PikeCompiler()->resolv()


Method resolv

mixed resolv(string identifier, string filename, object handler)

Description

Resolve the symbol identifier .

The default implementation calls the corresponding function in any active handler, and otherwise falls back to CompilerEnvironment()->resolv() in the parent object.