if (symbolId) {

        // Keep node sub-type and the id of the constant in the node.
        treeNode.id = symbolId;
        treeNode.subType = TreeNodeType.STANDARD_CONSTANT;