Method CompilerEnvironment()->PikeCompiler()->resolv()
- Method resolv
mixedresolv(stringidentifier)- Description
Resolve the symbol identifier.
The default implementation calls CompilerEnvironment()->resolv() in the parent object, with the remaining arguments taken from the current PikeCompiler context.
- Returns
Returns the value of
symif found, and UNDEFINED if not.
- Method resolv
mixedresolv(stringidentifier,stringfilename,objecthandler)- 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.