Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface UnaryOperatorNode
extends OperatorNode
Method Summary | |
Node |
|
Methods inherited from interface org.hibernate.hql.ast.tree.OperatorNode | |
getDataType , initialize |
public Node getOperand()
Retrievs the node representing the operator's single operand.
- Returns:
- The operator's single operand.