Class TreeBuilder<X extends TreeBuilder.IPos<X>>


  • public final class TreeBuilder<X extends TreeBuilder.IPos<X>>
    extends Object
    This is an internal utility class used as a context to keep in memory the current state of parsed trees (list items).
    Since:
    4.0M1
    Version:
    $Id: a65caf30ecb590902e0b74aa4117a8bfc683ee12 $
    • Method Detail

      • align

        public void align​(List<X> row)
      • align

        public void align​(X pos)
      • get

        public X get​(int pos)
      • getPeek

        public X getPeek()
      • trim

        public void trim​(List<X> row)
      • trim

        public void trim​(X pos)