Package com.vladsch.flexmark.parser
Class ListOptions.ItemInterrupt
- java.lang.Object
-
- com.vladsch.flexmark.parser.ListOptions.ItemInterrupt
-
- Direct Known Subclasses:
ListOptions.MutableItemInterrupt
- Enclosing class:
- ListOptions
public static class ListOptions.ItemInterrupt extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanbulletItemInterruptsItemParagraphprotected booleanbulletItemInterruptsParagraphprotected booleanemptyBulletItemInterruptsItemParagraphprotected booleanemptyBulletItemInterruptsParagraphprotected booleanemptyBulletSubItemInterruptsItemParagraphprotected booleanemptyOrderedItemInterruptsItemParagraphprotected booleanemptyOrderedItemInterruptsParagraphprotected booleanemptyOrderedNonOneItemInterruptsItemParagraphprotected booleanemptyOrderedNonOneItemInterruptsParagraphprotected booleanemptyOrderedNonOneSubItemInterruptsItemParagraphprotected booleanemptyOrderedSubItemInterruptsItemParagraphprotected booleanorderedItemInterruptsItemParagraphprotected booleanorderedItemInterruptsParagraphprotected booleanorderedNonOneItemInterruptsItemParagraphprotected booleanorderedNonOneItemInterruptsParagraph
-
Constructor Summary
Constructors Constructor Description ItemInterrupt()ItemInterrupt(@NotNull ListOptions.ItemInterrupt other)ItemInterrupt(@Nullable DataHolder options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanInterrupt(boolean isNumberedItem, boolean isOneItem, boolean isEmptyItem, boolean isItemParagraph)booleancanStartSubList(boolean isNumberedItem, boolean isOneItem, boolean isEmptyItem)booleanequals(java.lang.Object o)inthashCode()voidsetIn(@NotNull MutableDataHolder options)
-
-
-
Field Detail
-
bulletItemInterruptsParagraph
protected boolean bulletItemInterruptsParagraph
-
orderedItemInterruptsParagraph
protected boolean orderedItemInterruptsParagraph
-
orderedNonOneItemInterruptsParagraph
protected boolean orderedNonOneItemInterruptsParagraph
-
emptyBulletItemInterruptsParagraph
protected boolean emptyBulletItemInterruptsParagraph
-
emptyOrderedItemInterruptsParagraph
protected boolean emptyOrderedItemInterruptsParagraph
-
emptyOrderedNonOneItemInterruptsParagraph
protected boolean emptyOrderedNonOneItemInterruptsParagraph
-
bulletItemInterruptsItemParagraph
protected boolean bulletItemInterruptsItemParagraph
-
orderedItemInterruptsItemParagraph
protected boolean orderedItemInterruptsItemParagraph
-
orderedNonOneItemInterruptsItemParagraph
protected boolean orderedNonOneItemInterruptsItemParagraph
-
emptyBulletItemInterruptsItemParagraph
protected boolean emptyBulletItemInterruptsItemParagraph
-
emptyOrderedItemInterruptsItemParagraph
protected boolean emptyOrderedItemInterruptsItemParagraph
-
emptyOrderedNonOneItemInterruptsItemParagraph
protected boolean emptyOrderedNonOneItemInterruptsItemParagraph
-
emptyBulletSubItemInterruptsItemParagraph
protected boolean emptyBulletSubItemInterruptsItemParagraph
-
emptyOrderedSubItemInterruptsItemParagraph
protected boolean emptyOrderedSubItemInterruptsItemParagraph
-
emptyOrderedNonOneSubItemInterruptsItemParagraph
protected boolean emptyOrderedNonOneSubItemInterruptsItemParagraph
-
-
Constructor Detail
-
ItemInterrupt
public ItemInterrupt()
-
ItemInterrupt
public ItemInterrupt(@Nullable @Nullable DataHolder options)
-
ItemInterrupt
public ItemInterrupt(@NotNull @NotNull ListOptions.ItemInterrupt other)
-
-
Method Detail
-
setIn
public void setIn(@NotNull @NotNull MutableDataHolder options)
-
canInterrupt
public boolean canInterrupt(boolean isNumberedItem, boolean isOneItem, boolean isEmptyItem, boolean isItemParagraph)
-
canStartSubList
public boolean canStartSubList(boolean isNumberedItem, boolean isOneItem, boolean isEmptyItem)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-