public interface CellVisitor<T,R,E extends Exception>
Modifier and Type | Method and Description |
---|---|
R |
visit(ElementCell cell,
T arg) |
R |
visit(FrameCell frameCell,
T arg) |
R |
visit(LayeredCell layeredCell,
T arg) |
R |
visit(SplitCell cell,
T arg) |
Copyright © 2016. All rights reserved.