Class SqlJetBinaryExpression
- java.lang.Object
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetBinaryExpression
-
- All Implemented Interfaces:
ISqlJetBinaryExpression,ISqlJetExpression
public class SqlJetBinaryExpression extends SqlJetExpression implements ISqlJetBinaryExpression
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetBinaryExpression
ISqlJetBinaryExpression.Operation
-
-
Constructor Summary
Constructors Constructor Description SqlJetBinaryExpression(org.antlr.runtime.tree.CommonTree ast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISqlJetExpressiongetLeftExpression()Left expression.ISqlJetBinaryExpression.OperationgetOperation()Operation.ISqlJetExpressiongetRightExpression()Right expression.java.lang.StringtoString()-
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
create, getValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
-
-
-
Constructor Detail
-
SqlJetBinaryExpression
public SqlJetBinaryExpression(org.antlr.runtime.tree.CommonTree ast) throws SqlJetException- Throws:
SqlJetException
-
-
Method Detail
-
getOperation
public ISqlJetBinaryExpression.Operation getOperation()
Description copied from interface:ISqlJetBinaryExpressionOperation.- Specified by:
getOperationin interfaceISqlJetBinaryExpression- Returns:
- operation
-
getLeftExpression
public ISqlJetExpression getLeftExpression()
Description copied from interface:ISqlJetBinaryExpressionLeft expression.- Specified by:
getLeftExpressionin interfaceISqlJetBinaryExpression- Returns:
- left expression
-
getRightExpression
public ISqlJetExpression getRightExpression()
Description copied from interface:ISqlJetBinaryExpressionRight expression.- Specified by:
getRightExpressionin interfaceISqlJetBinaryExpression- Returns:
- right expression
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-