public class NullExpression extends BaseASTNode implements DefaultExpression<java.lang.Void>
| Modifier and Type | Field and Description |
|---|---|
static NullExpression |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doToSQL(java.util.function.Consumer<java.lang.String> consumer,
com.liferay.petra.sql.dsl.ast.ASTNodeListener astNodeListener) |
getChild, toSQL, toString, withNewChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final NullExpression INSTANCE
protected void doToSQL(java.util.function.Consumer<java.lang.String> consumer,
com.liferay.petra.sql.dsl.ast.ASTNodeListener astNodeListener)
doToSQL in class BaseASTNode