org.apache.jdo.jdoql.tree
Interface ByteLiteralExpression

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

public interface ByteLiteralExpression
extends ConstantExpression

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

Author:
Michael Watzek

Method Summary
 byte getByte()
          Returns the byte 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

getByte

byte getByte()
Returns the byte value represented by this expression.

Returns:
the byte value


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