接口 UnaryOperatorNode
-
- 所有超级接口:
OperatorNode
- 所有已知实现类:
AbstractNullnessCheckNode,IsNotNullLogicOperatorNode,IsNullLogicOperatorNode,UnaryArithmeticNode,UnaryLogicOperatorNode
public interface UnaryOperatorNode extends OperatorNode
Contract for nodes representing unary operators.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 NodegetOperand()Retrieves the node representing the operator's single operand.-
从接口继承的方法 org.hibernate.hql.internal.ast.tree.OperatorNode
getDataType, initialize
-
-
-
-
方法详细资料
-
getOperand
Node getOperand()
Retrieves the node representing the operator's single operand.- 返回:
- The operator's single operand.
-
-