View Javadoc

1   package org.catacomb.interlish.structure;
2   
3   
4   public interface Table {
5   
6       public Table getParentTable();
7   
8       public Assembly getAssembly();
9   
10  }