|  | Qore Programming Language 1.19.5
    | 
an unresolved call reference, only present temporarily in the parse tree More...
#include <CallReferenceNode.h>
Inherits AbstractUnresolvedCallReferenceNode.
Inherited by UnresolvedCallReferenceNode.
| Public Member Methods | |
| virtual DLLLOCAL int | parseInit (QoreValue &val, QoreParseContext &parse_context) | 
| for use by parse types to initialize them for execution during stage 1 parsing  More... | |
an unresolved call reference, only present temporarily in the parse tree
| 
 | virtual | 
for use by parse types to initialize them for execution during stage 1 parsing
Not exported in the library; this method's API/ABI subject to change at any time.
This function should only be overridden by types that can appear in the parse tree (i.e. are recognized by the parser)
| val | the containing QoreValue | 
| parse_context | the parse context | 
Reimplemented from AbstractQoreNode.