Class Block

    • Constructor Detail

      • Block

        public Block()
      • Block

        public Block​(@NotNull
                     @NotNull com.vladsch.flexmark.util.sequence.BasedSequence chars)
      • Block

        public Block​(@NotNull
                     @NotNull com.vladsch.flexmark.util.sequence.BasedSequence chars,
                     @NotNull
                     @NotNull List<com.vladsch.flexmark.util.sequence.BasedSequence> lineSegments)
      • Block

        public Block​(@NotNull
                     @NotNull List<com.vladsch.flexmark.util.sequence.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