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