ExtendedFencedCodeBlock

case class ExtendedFencedCodeBlock(name: Option[String], codeBlock: FencedCodeBlock, compilationResult: Option[SnippetCompilationResult]) extends BlankLine
trait Product
trait Equals
class BlankLine
class Block
class ContentNode
trait Content
class Node
class Object
trait Matchable
class Any

Value members

Inherited methods

def appendChain(x$0: Node): Unit
Inherited from:
Node
def appendChild(x$0: Node): Unit
Inherited from:
Node
Inherited from:
Node
Inherited from:
Node
Inherited from:
Node
def countDirectAncestorsOfType(x$0: Class[_], x$1: Class[_]*): Int
Inherited from:
Node
def extractChainTo(x$0: Node): Unit
Inherited from:
Node
def extractToFirstInChain(x$0: Node): Unit
Inherited from:
Node
def getAncestorOfType(x$0: Class[_]*): Node
Inherited from:
Node
Inherited from:
Node
Inherited from:
Node
def getChars(): BasedSequence
Inherited from:
Node
def getCharsFromSegments(): BasedSequence
Inherited from:
Node
def getChildChars(): BasedSequence
Inherited from:
Node
def getChildIterator(): ReversiblePeekingIterator[Node]
Inherited from:
Node
def getChildOfType(x$0: Class[_]*): Node
Inherited from:
Node
def getChildren(): ReversiblePeekingIterable[Node]
Inherited from:
Node
def getClaimedBlankLine(): Block
Inherited from:
BlankLine
def getContentChars(x$0: Int, x$1: Int): BasedSequence
Inherited from:
ContentNode
def getContentChars(): BasedSequence
Inherited from:
ContentNode
def getContentLines(x$0: Int, x$1: Int): List[BasedSequence]
Inherited from:
ContentNode
def getContentLines(): List[BasedSequence]
Inherited from:
ContentNode
def getDescendants(): ReversiblePeekingIterable[Node]
Inherited from:
Node
def getDocument(): Document
Inherited from:
Node
Inherited from:
Node
Inherited from:
Node
def getExactChildChars(): BasedSequence
Inherited from:
Node
def getFirstChild(): Node
Inherited from:
Node
def getFirstChildAny(x$0: Class[_]*): Node
Inherited from:
Node
def getFirstChildAnyNot(x$0: Class[_]*): Node
Inherited from:
Node
def getFirstInChain(): Node
Inherited from:
Node
Inherited from:
Node
def getLastChild(): Node
Inherited from:
Node
def getLastChildAny(x$0: Class[_]*): Node
Inherited from:
Node
def getLastChildAnyNot(x$0: Class[_]*): Node
Inherited from:
Node
def getLastInChain(): Node
Inherited from:
Node
def getLineChars(x$0: Int): BasedSequence
Inherited from:
ContentNode
Inherited from:
ContentNode
Inherited from:
Node
def getNext(): Node
Inherited from:
Node
def getNextAny(x$0: Class[_]*): Node
Inherited from:
Node
def getNextAnyNot(x$0: Class[_]*): Node
Inherited from:
Node
Inherited from:
Node
Inherited from:
Node
def getOldestAncestorOfTypeAfter(x$0: Class[_], x$1: Class[_]): Node
Inherited from:
Node
def getParent(): Block
Inherited from:
Block
def getPrevious(): Node
Inherited from:
Node
def getPreviousAny(x$0: Class[_]*): Node
Inherited from:
Node
def getPreviousAnyNot(x$0: Class[_]*): Node
Inherited from:
Node
def getReversedChildIterator(): ReversiblePeekingIterator[Node]
Inherited from:
Node
def getReversedChildren(): ReversiblePeekingIterable[Node]
Inherited from:
Node
def getReversedDescendants(): ReversiblePeekingIterable[Node]
Inherited from:
Node
def getSegments(): Array[BasedSequence]
Inherited from:
BlankLine
def getSegmentsForChars(): Array[BasedSequence]
Inherited from:
Node
def getSpanningChars(): BasedSequence
Inherited from:
ContentNode
Inherited from:
Node
Inherited from:
Node
Inherited from:
Node
Inherited from:
Node
Inherited from:
Node
def insertAfter(x$0: Node): Unit
Inherited from:
Node
def insertBefore(x$0: Node): Unit
Inherited from:
Node
def insertChainAfter(x$0: Node): Unit
Inherited from:
Node
def insertChainBefore(x$0: Node): Unit
Inherited from:
Node
Inherited from:
BlankLine
Inherited from:
Node
Inherited from:
Node
def prependChild(x$0: Node): Unit
Inherited from:
Node
Inherited from:
Product
Inherited from:
Node
def setChars(x$0: BasedSequence): Unit
Inherited from:
Node
Inherited from:
Node
Inherited from:
Node
Inherited from:
Node
def setClaimedBlankLine(x$0: Block): BlankLine
Inherited from:
BlankLine
def setContent(x$0: BlockContent): Unit
Inherited from:
ContentNode
def setContent(x$0: List[BasedSequence]): Unit
Inherited from:
ContentNode
def setContent(x$0: BasedSequence, x$1: List[BasedSequence]): Unit
Inherited from:
ContentNode
def setContentLine(x$0: Int, x$1: BasedSequence): Unit
Inherited from:
ContentNode
def setContentLines(x$0: List[BasedSequence]): Unit
Inherited from:
ContentNode
def takeChildren(x$0: Node): Unit
Inherited from:
Node
Inherited from:
Node

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Inherited from:
Node