public class SqlJetUnaryExpression extends SqlJetExpression implements ISqlJetUnaryExpression
ISqlJetUnaryExpression.Operation
Constructor and Description |
---|
SqlJetUnaryExpression(CommonTree ast) |
Modifier and Type | Method and Description |
---|---|
ISqlJetExpression |
getExpression() |
ISqlJetUnaryExpression.Operation |
getOperation() |
java.lang.String |
toString() |
create, getValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValue
public SqlJetUnaryExpression(CommonTree ast) throws SqlJetException
SqlJetException
public ISqlJetUnaryExpression.Operation getOperation()
getOperation
in interface ISqlJetUnaryExpression
public ISqlJetExpression getExpression()
getExpression
in interface ISqlJetUnaryExpression
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.