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