org.tmatesoft.sqljet.core.internal.schema
Class SqlJetFloatLiteral

java.lang.Object
  extended by org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
      extended by org.tmatesoft.sqljet.core.internal.schema.SqlJetFloatLiteral
All Implemented Interfaces:
ISqlJetExpression, ISqlJetFloatLiteral, ISqlJetLiteralValue

public class SqlJetFloatLiteral
extends SqlJetExpression
implements ISqlJetFloatLiteral


Constructor Summary
SqlJetFloatLiteral(org.antlr.runtime.tree.CommonTree ast)
           
 
Method Summary
 java.lang.Double getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SqlJetFloatLiteral

public SqlJetFloatLiteral(org.antlr.runtime.tree.CommonTree ast)
Method Detail

getValue

public java.lang.Double getValue()
Specified by:
getValue in interface ISqlJetExpression
Specified by:
getValue in interface ISqlJetFloatLiteral
Overrides:
getValue in class SqlJetExpression

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object