isql
Class ISQLSelectParser.ConstantSubExpression

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

public static class ISQLSelectParser.ConstantSubExpression
extends ISQLSelectParser.SubExpression


Constructor Summary
ISQLSelectParser.ConstantSubExpression(ISQLSelectParser.IConstant constant)
           
 
Method Summary
 ISQLSelectParser.IConstant getConstant()
           
 
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.ConstantSubExpression

public ISQLSelectParser.ConstantSubExpression(ISQLSelectParser.IConstant constant)
Method Detail

getConstant

public ISQLSelectParser.IConstant getConstant()