public interface CellVisitor<T,R,E extends Exception>
R
visit(ElementCell cell, T arg)
visit(FrameCell frameCell, T arg)
visit(LayeredCell layeredCell, T arg)
visit(SplitCell cell, T arg)
R visit(ElementCell cell, T arg) throws E extends Exception
E extends Exception
R visit(SplitCell cell, T arg) throws E extends Exception
R visit(FrameCell frameCell, T arg) throws E extends Exception
R visit(LayeredCell layeredCell, T arg) throws E extends Exception
Copyright © 2016. All rights reserved.