FileDocCategorySizeDatePackage
UnaryOperatorNode.javaAPI DocHibernate 3.2.5379Fri Oct 14 12:23:18 BST 2005org.hibernate.hql.ast.tree

UnaryOperatorNode

public interface UnaryOperatorNode implements OperatorNode
Contract for nodes representing unary operators.
author
Steve Ebersole

Fields Summary
Constructors Summary
Methods Summary
public NodegetOperand()
Retrievs the node representing the operator's single operand.

return
The operator's single operand.