接口 BinaryOperatorNode
-
- 所有超级接口:
OperatorNode
public interface BinaryOperatorNode extends OperatorNode
Contract for nodes representing binary operators.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 NodegetLeftHandOperand()Retrieves the left-hand operand of the operator.NodegetRightHandOperand()Retrieves the right-hand operand of the operator.-
从接口继承的方法 org.hibernate.hql.internal.ast.tree.OperatorNode
getDataType, initialize
-
-