Class TableRefNode

java.lang.Object
com.independentsoft.calc.parsing.AstNode
com.independentsoft.calc.parsing.TableRefNode

public final class TableRefNode extends AstNode
  • Field Details

    • tableName

      public String tableName
    • all

      public boolean all
    • headers

      public boolean headers
    • data

      public boolean data
    • totals

      public boolean totals
    • thisRow

      public boolean thisRow
    • col1

      public String col1
    • col2

      public String col2
  • Constructor Details

    • TableRefNode

      public TableRefNode()