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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
-
Constructor Summary
ConstructorsConstructorDescriptionItemInterrupt
(@NotNull ListOptions.ItemInterrupt other) ItemInterrupt
(@Nullable DataHolder options) -
Method Summary
Modifier and TypeMethodDescriptionboolean
canInterrupt
(boolean isNumberedItem, boolean isOneItem, boolean isEmptyItem, boolean isItemParagraph) boolean
canStartSubList
(boolean isNumberedItem, boolean isOneItem, boolean isEmptyItem) boolean
int
hashCode()
void
setIn
(@NotNull MutableDataHolder options)
-
Field Details
-
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 Details
-
ItemInterrupt
public ItemInterrupt() -
ItemInterrupt
-
ItemInterrupt
-
-
Method Details
-
setIn
-
canInterrupt
public boolean canInterrupt(boolean isNumberedItem, boolean isOneItem, boolean isEmptyItem, boolean isItemParagraph) -
canStartSubList
public boolean canStartSubList(boolean isNumberedItem, boolean isOneItem, boolean isEmptyItem) -
equals
-
hashCode
public int hashCode()
-