类 UnaryLogicOperatorNode

    • 构造器详细资料

      • UnaryLogicOperatorNode

        public UnaryLogicOperatorNode()
    • 方法详细资料

      • getOperand

        public Node getOperand()
        从接口复制的说明: UnaryOperatorNode
        Retrieves the node representing the operator's single operand.
        指定者:
        getOperand 在接口中 UnaryOperatorNode
        返回:
        The operator's single operand.
      • initialize

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

        public void setScalarColumnText​(int i)
                                 throws antlr.SemanticException
        从接口复制的说明: SelectExpression
        Appends AST nodes that represent the columns after the current AST node. (e.g. 'as col0_O_')
        指定者:
        setScalarColumnText 在接口中 SelectExpression
        参数:
        i - The index of the select expression in the projection list.
        抛出:
        antlr.SemanticException - if a semantic error occurs