类 BetweenOperatorNode

    • 构造器详细资料

      • BetweenOperatorNode

        public BetweenOperatorNode()
    • 方法详细资料

      • initialize

        public void initialize()
                        throws antlr.SemanticException
        从接口复制的说明: OperatorNode
        Called by the tree walker during hql-sql semantic analysis after the operator sub-tree is completely built.
        指定者:
        initialize 在接口中 OperatorNode
        抛出:
        antlr.SemanticException
      • getFixtureOperand

        public Node getFixtureOperand()
      • getLowOperand

        public Node getLowOperand()
      • getHighOperand

        public Node getHighOperand()