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