
prompto.statement.SimpleStatement Maven / Gradle / Ivy
package prompto.statement;
public abstract class SimpleStatement extends BaseStatement {
@Override
public boolean isSimple() {
return true;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy