File
Doc
Category
Size
Date
Package
UnaryOperatorNode.java
API Doc
Hibernate 3.2.5
379
Fri Oct 14 12:23:18 BST 2005
org.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
Node
getOperand
()
Retrievs the node representing the operator's single operand.
return
The operator's single operand.
Java Code Source