All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.leeonky.dal.ast.node.table.EmptyCellNode Maven / Gradle / Ivy

package com.github.leeonky.dal.ast.node.table;

import com.github.leeonky.dal.ast.node.DALNode;

public class EmptyCellNode extends DALNode {
    @Override
    public String inspect() {
        return "";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy