isql
Class ISQLSelectParser.ExpressionSubExpression

java.lang.Object
  extended by isql.ISQLSelectParser.SubExpression
      extended by isql.ISQLSelectParser.ExpressionSubExpression
Enclosing class:
ISQLSelectParser

public static class ISQLSelectParser.ExpressionSubExpression
extends ISQLSelectParser.SubExpression


Constructor Summary
ISQLSelectParser.ExpressionSubExpression(ISQLSelectParser.IExpression expression)
           
 
Method Summary
 ISQLSelectParser.IExpression getExpression()
           
 
Methods inherited from class isql.ISQLSelectParser.SubExpression
getUnaryOperator, setUnaryOperator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISQLSelectParser.ExpressionSubExpression

public ISQLSelectParser.ExpressionSubExpression(ISQLSelectParser.IExpression expression)
Method Detail

getExpression

public ISQLSelectParser.IExpression getExpression()