org.apache.jdo.jdoql.tree
Interface FloatLiteralExpression

All Superinterfaces:
ConstantExpression, Expression, Node, java.io.Serializable
All Known Implementing Classes:
FloatLiteralExpr

public interface FloatLiteralExpression
extends ConstantExpression

This node represents a float literal. It does not have any children.

Author:
Michael Watzek

Method Summary
 float getFloat()
          Returns the float value represented by this expression.
 
Methods inherited from interface org.apache.jdo.jdoql.tree.ConstantExpression
getValue
 
Methods inherited from interface org.apache.jdo.jdoql.tree.Node
arrive, getChildren, getJavaClass, getObject, getParent, getTokenType, leave, setObject, setParent, walkNextChild
 

Method Detail

getFloat

float getFloat()
Returns the float value represented by this expression.

Returns:
the float value


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.