isql
Class ISQLSelectParser.NumberConstant

java.lang.Object
  extended by isql.ISQLSelectParser.NumberConstant
All Implemented Interfaces:
ISQLSelectParser.IConstant
Enclosing class:
ISQLSelectParser

public static class ISQLSelectParser.NumberConstant
extends java.lang.Object
implements ISQLSelectParser.IConstant


Constructor Summary
ISQLSelectParser.NumberConstant(java.lang.String sNumber)
           
 
Method Summary
 double getNumber()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISQLSelectParser.NumberConstant

public ISQLSelectParser.NumberConstant(java.lang.String sNumber)
Method Detail

getNumber

public double getNumber()