WikiCodeBlockParser

dotty.tools.scaladoc.parsers.WikiCodeBlockParser
See theWikiCodeBlockParser companion object
class WikiCodeBlockParser(options: DataHolder, var fenceLength: Int, var fenceIndent: Int, var fenceMarkerIndent: Int) extends AbstractBlockParser

Copied from FencedCodeBlockParser.

Attributes

Companion
object
Experimental
true
Graph
Supertypes
class AbstractBlockParser
trait BlockParser
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def addLine(state: ParserState, line: BasedSequence): Unit

Attributes

Definition Classes
AbstractBlockParser -> BlockParser
override def closeBlock(state: ParserState): Unit

Attributes

Definition Classes
BlockParser
def getBlock: Block
override def isPropagatingLastBlankLine(lastMatchedBlockParser: BlockParser): Boolean

Attributes

Definition Classes
AbstractBlockParser -> BlockParser
def tryContinue(state: ParserState): BlockContinue

Inherited methods

Attributes

Inherited from:
AbstractBlockParser
def canContain(x$0: ParserState, x$1: BlockParser, x$2: Block): Boolean

Attributes

Inherited from:
AbstractBlockParser
def canInterruptBy(x$0: BlockParserFactory): Boolean

Attributes

Inherited from:
AbstractBlockParser
final def finalizeClosedBlock(): Unit

Attributes

Inherited from:
AbstractBlockParser
def getBlockContent(): BlockContent

Attributes

Inherited from:
AbstractBlockParser
def getDataHolder(): MutableDataHolder

Attributes

Inherited from:
AbstractBlockParser
def isClosed(): Boolean

Attributes

Inherited from:
AbstractBlockParser

Attributes

Inherited from:
AbstractBlockParser

Attributes

Inherited from:
AbstractBlockParser

Attributes

Inherited from:
AbstractBlockParser

Attributes

Inherited from:
AbstractBlockParser
def parseInlines(x$0: InlineParser): Unit

Attributes

Inherited from:
AbstractBlockParser

Attributes

Inherited from:
AbstractBlockParser

Concrete fields