public class SqlJetIsNullExpression extends SqlJetExpression implements ISqlJetIsNullExpression
| Constructor and Description |
|---|
SqlJetIsNullExpression(org.antlr.runtime.tree.CommonTree ast) |
| Modifier and Type | Method and Description |
|---|---|
ISqlJetExpression |
getExpression() |
boolean |
isNot() |
java.lang.String |
toString() |
create, getValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValuepublic SqlJetIsNullExpression(org.antlr.runtime.tree.CommonTree ast)
throws SqlJetException
SqlJetExceptionpublic ISqlJetExpression getExpression()
getExpression in interface ISqlJetIsNullExpressionpublic boolean isNot()
isNot in interface ISqlJetIsNullExpressionpublic java.lang.String toString()
toString in class java.lang.Object