Class SplitCell

  • All Implemented Interfaces:
    Cell

    public class SplitCell
    extends java.lang.Object
    implements Cell
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Constructor Detail

      • SplitCell

        public SplitCell​(Cell sourceCell)
    • Method Detail

      • split

        public Cell split()
        Specified by:
        split in interface Cell
      • accept

        public <T,​R,​E extends java.lang.Exception> R accept​(CellVisitor<T,​R,​E> visitor,
                                                                        T arg)
                                                                 throws E extends java.lang.Exception
        Specified by:
        accept in interface Cell
        Throws:
        E extends java.lang.Exception
      • getSourceCell

        public Cell getSourceCell()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object