isql
Class ISQLSelectParser.ComplexExpression

java.lang.Object
  extended by isql.ISQLSelectParser.ComplexExpression
All Implemented Interfaces:
ISQLSelectParser.IExpression
Enclosing class:
ISQLSelectParser

public static class ISQLSelectParser.ComplexExpression
extends java.lang.Object
implements ISQLSelectParser.IExpression


Constructor Summary
ISQLSelectParser.ComplexExpression(ISQLSelectParser.IExpression a, ISQLSelectParser.IExpression b, java.lang.String operator)
           
 
Method Summary
 ISQLSelectParser.IExpression getA()
           
 ISQLSelectParser.IExpression getB()
           
 java.lang.String getOperator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISQLSelectParser.ComplexExpression

public ISQLSelectParser.ComplexExpression(ISQLSelectParser.IExpression a,
                                          ISQLSelectParser.IExpression b,
                                          java.lang.String operator)
Method Detail

getA

public ISQLSelectParser.IExpression getA()

getB

public ISQLSelectParser.IExpression getB()

getOperator

public java.lang.String getOperator()