Package com.ganteater.ae.desktop.ui
Class JParsedown.BlockFencedCode
java.lang.Object
com.ganteater.ae.desktop.ui.JParsedown.Component
com.ganteater.ae.desktop.ui.JParsedown.Block
com.ganteater.ae.desktop.ui.JParsedown.BlockFencedCode
-
Field Summary
FieldsFields inherited from class com.ganteater.ae.desktop.ui.JParsedown.Block
identified, interruptedFields inherited from class com.ganteater.ae.desktop.ui.JParsedown.Component
element, hidden, markup -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontinueBlock(JParsedown.Line line) booleanbooleanstartBlock(JParsedown.Line line, JParsedown.Block block) Methods inherited from class com.ganteater.ae.desktop.ui.JParsedown.Block
setElementMethods inherited from class com.ganteater.ae.desktop.ui.JParsedown.Component
extractElement
-
Field Details
-
marker
-
openerLength
-
complete
-
-
Constructor Details
-
BlockFencedCode
public BlockFencedCode() -
BlockFencedCode
-
-
Method Details
-
startBlock
- Specified by:
startBlockin classJParsedown.Block
-
isContinuable
- Overrides:
isContinuablein classJParsedown.Block
-
continueBlock
- Overrides:
continueBlockin classJParsedown.Block
-
isCompletable
- Overrides:
isCompletablein classJParsedown.Block
-
completeBlock
- Overrides:
completeBlockin classJParsedown.Block
-