public interface

UnaryOperatorNode

implements OperatorNode
org.hibernate.hql.ast.tree.UnaryOperatorNode
Known Indirect Subclasses

Class Overview

Contract for nodes representing unary operators.

Summary

Public Methods
abstract Node getOperand()
Retrievs the node representing the operator's single operand.
[Expand]
Inherited Methods
From interface org.hibernate.hql.ast.tree.OperatorNode

Public Methods

public abstract Node getOperand ()

Retrievs the node representing the operator's single operand.

Returns
  • The operator's single operand.