public interface TableElementVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(TableElement element)
Performs the visitor's operation on the table element.
|
void visit(TableElement element)
element - the element (null not permitted).