Class Block

    • Constructor Detail

      • Block

        public Block()
      • Block

        public Block​(@NotNull
                     @NotNull java.util.List<BasedSequence> lineSegments)
    • Method Detail

      • getParent

        @Nullable
        public @Nullable Block getParent()
        Overrides:
        getParent in class Node
      • setParent

        protected void setParent​(@Nullable
                                 @Nullable Node parent)
        Overrides:
        setParent in class Node