Uses of Class
org.whattf.checker.table.Table

Packages that use Table
org.whattf.checker.table   
 

Uses of Table in org.whattf.checker.table
 

Fields in org.whattf.checker.table declared as Table
private  Table TableChecker.current
          Holds the current table.
private  Table RowGroup.owner
          The owning table.
 

Fields in org.whattf.checker.table with type parameters of type Table
private  LinkedList<Table> TableChecker.stack
          A stack for holding the tables that are open and ancestors of the current table.
 

Constructors in org.whattf.checker.table with parameters of type Table
RowGroup(Table owner, String type)