public class SqlJetFloatLiteral extends SqlJetExpression implements ISqlJetFloatLiteral
| Constructor and Description |
|---|
SqlJetFloatLiteral(org.antlr.runtime.tree.CommonTree ast) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getValue() |
java.lang.String |
toString() |
createpublic SqlJetFloatLiteral(org.antlr.runtime.tree.CommonTree ast)
public java.lang.Double getValue()
getValue in interface ISqlJetExpressiongetValue in interface ISqlJetFloatLiteralgetValue in class SqlJetExpressionpublic java.lang.String toString()
toString in class java.lang.Object