org.apache.jdo.jdoql.tree
Interface LongLiteralExpression

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

public interface LongLiteralExpression
extends ConstantExpression

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

Author:
Michael Watzek

Method Summary
 long getLong()
          Returns the long 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

getLong

public long getLong()
Returns the long value represented by this expression.

Returns:
the long value


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