isTable method

bool isTable()

Implementation

bool isTable() {
  return attributes.table != null;
}