Class TableRefNode

    • Constructor Detail

      • TableRefNode

        public TableRefNode​(java.lang.String name,
                            ExternalRefNode externalRef)
    • Method Detail

      • setColumn

        public void setColumn​(java.lang.String column)
      • setItem

        public void setItem​(java.lang.String item)
      • getName

        public java.lang.String getName()
      • getColumn

        public java.lang.String getColumn()
      • getItem

        public java.lang.String getItem()
      • accept

        public <R> R accept​(TokenNodeVisitor<R> visitor)
        Description copied from interface: FormulaTokenNode
        Use the given [visitor] to visit this node. Return the value returned by the visitor as a result of visiting this node.
        Specified by:
        accept in interface FormulaTokenNode
      • visitChildren

        public <R> java.util.List<R> visitChildren​(TokenNodeVisitor<R> visitor)
        Description copied from interface: FormulaTokenNode
        Use the given [visitor] to visit all of the children of this node. Return the values returned by the visitor as a result of visiting each child node.
        Specified by:
        visitChildren in interface FormulaTokenNode
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • isValid

        public boolean isValid​(int flag)