if (IrDo.isComplex(data)) {
            this.mode = Ir.Mode.TREE;
        } else {
            this.mode = Ir.Mode.LINEAR;
        }