if (typeof globalInfo.tokenizer === 'undefined') {
            throw new Error('invokeMacro() : this.tokenizer is undefined.');
        } else if (typeof globalInfo.parser === 'undefined') {
            throw new Error('invokeMacro() : this.parser is undefined.');
        }