org.apache.jdo.jdoql.tree
Interface IntLiteralExpression

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

public interface IntLiteralExpression
extends ConstantExpression

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

Author:
Michael Watzek

Method Summary
 int getInt()
          Returns the int 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

getInt

public int getInt()
Returns the int value represented by this expression.

Returns:
the int value


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