if (symbolId) {

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