Uses of Interface
io.markdom.model.MarkdomCommentBlock
-
Packages that use MarkdomCommentBlock Package Description io.markdom.model io.markdom.model.choice io.markdom.model.selection -
-
Uses of MarkdomCommentBlock in io.markdom.model
Methods in io.markdom.model that return MarkdomCommentBlock Modifier and Type Method Description MarkdomCommentBlockMarkdomFactory. commentBlock(String comment)MarkdomCommentBlockMarkdomCommentBlock. setComment(String comment) -
Uses of MarkdomCommentBlock in io.markdom.model.choice
Methods in io.markdom.model.choice with parameters of type MarkdomCommentBlock Modifier and Type Method Description voidAbstractMarkdomBlockChoice. onCommentBlock(MarkdomCommentBlock commentBlock)voidMarkdomBlockChoice. onCommentBlock(MarkdomCommentBlock commentBlock) -
Uses of MarkdomCommentBlock in io.markdom.model.selection
Methods in io.markdom.model.selection with parameters of type MarkdomCommentBlock Modifier and Type Method Description ResultAbstractMarkdomBlockSelection. onCommentBlock(MarkdomCommentBlock commentBlock)VoidMarkdomBlockChoiceSelection. onCommentBlock(MarkdomCommentBlock commentBlock)ResultMarkdomBlockSelection. onCommentBlock(MarkdomCommentBlock commentBlock)
-