org.apache.jdo.jdoql.tree
Interface ShortLiteralExpression

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

public interface ShortLiteralExpression
extends ConstantExpression

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

Author:
Michael Watzek

Method Summary
 short getShort()
          Returns the short 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

getShort

public short getShort()
Returns the short value represented by this expression.

Returns:
the short value


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