Section

dotty.tools.scaladoc.tasty.comments.markdown.Section
case class Section(header: Heading, body: List[Node]) extends BlankLine

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class BlankLine
class Block
class ContentNode
trait Content
class Node
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def appendChain(x$0: Node): Unit

Attributes

Inherited from:
Node
def appendChild(x$0: Node): Unit

Attributes

Inherited from:
Node

Attributes

Inherited from:
Node
def astString(x$0: StringBuilder, x$1: Boolean): Unit

Attributes

Inherited from:
Node
def baseSubSequence(x$0: Int): BasedSequence

Attributes

Inherited from:
Node
def baseSubSequence(x$0: Int, x$1: Int): BasedSequence

Attributes

Inherited from:
Node
def countAncestorsOfType(x$0: Class[_ <: <FromJavaObject>]*): Int

Attributes

Inherited from:
Node
def countDirectAncestorsOfType(x$0: Class[_ <: <FromJavaObject>], x$1: Class[_ <: <FromJavaObject>]*): Int

Attributes

Inherited from:
Node
def endOfLine(x$0: Int): Int

Attributes

Inherited from:
Node
def extractChainTo(x$0: Node): Unit

Attributes

Inherited from:
Node
def extractToFirstInChain(x$0: Node): Unit

Attributes

Inherited from:
Node
@Nullable
def getAncestorOfType(x$0: Class[_ <: <FromJavaObject>]*): Node

Attributes

Inherited from:
Node

Attributes

Inherited from:
Node
def getBaseSequence(): BasedSequence

Attributes

Inherited from:
Node
@NotNull
def getBlankLineSibling(): Node

Attributes

Inherited from:
Node
@NotNull
def getChars(): BasedSequence

Attributes

Inherited from:
Node
@NotNull
def getCharsFromSegments(): BasedSequence

Attributes

Inherited from:
Node
def getChildChars(): BasedSequence

Attributes

Inherited from:
Node
@NotNull
def getChildIterator(): ReversiblePeekingIterator[Node]

Attributes

Inherited from:
Node
@Nullable
def getChildOfType(x$0: Class[_ <: <FromJavaObject>]*): Node

Attributes

Inherited from:
Node
@NotNull
def getChildren(): ReversiblePeekingIterable[Node]

Attributes

Inherited from:
Node
@Nullable
def getClaimedBlankLine(): Block

Attributes

Inherited from:
BlankLine
@NotNull
def getContentChars(x$0: Int, x$1: Int): BasedSequence

Attributes

Inherited from:
ContentNode
@NotNull
def getContentChars(): BasedSequence

Attributes

Inherited from:
ContentNode
@NotNull
def getContentLines(x$0: Int, x$1: Int): List[BasedSequence]

Attributes

Inherited from:
ContentNode
@NotNull
def getContentLines(): List[BasedSequence]

Attributes

Inherited from:
ContentNode
@NotNull
def getDescendants(): ReversiblePeekingIterable[Node]

Attributes

Inherited from:
Node
@NotNull
def getDocument(): Document

Attributes

Inherited from:
Node
def getEmptyPrefix(): BasedSequence

Attributes

Inherited from:
Node
def getEmptySuffix(): BasedSequence

Attributes

Inherited from:
Node

Attributes

Inherited from:
Node
def getEndOfLine(): Int

Attributes

Inherited from:
Node
def getEndOffset(): Int

Attributes

Inherited from:
Node
def getExactChildChars(): BasedSequence

Attributes

Inherited from:
Node
@Nullable
def getFirstChild(): Node

Attributes

Inherited from:
Node
@Nullable
def getFirstChildAny(x$0: Class[_ <: <FromJavaObject>]*): Node

Attributes

Inherited from:
Node
@Nullable
def getFirstChildAnyNot(x$0: Class[_ <: <FromJavaObject>]*): Node

Attributes

Inherited from:
Node
@NotNull
def getFirstInChain(): Node

Attributes

Inherited from:
Node
@Nullable
def getGrandParent(): Node

Attributes

Inherited from:
Node
@Nullable
def getLastBlankLineChild(): Node

Attributes

Inherited from:
Node
@Nullable
def getLastChild(): Node

Attributes

Inherited from:
Node
@Nullable
def getLastChildAny(x$0: Class[_ <: <FromJavaObject>]*): Node

Attributes

Inherited from:
Node
@Nullable
def getLastChildAnyNot(x$0: Class[_ <: <FromJavaObject>]*): Node

Attributes

Inherited from:
Node
@NotNull
def getLastInChain(): Node

Attributes

Inherited from:
Node
@NotNull
def getLineChars(x$0: Int): BasedSequence

Attributes

Inherited from:
ContentNode

Attributes

Inherited from:
Node
def getLineCount(): Int

Attributes

Inherited from:
ContentNode

Attributes

Inherited from:
Node
@Nullable
def getNext(): Node

Attributes

Inherited from:
Node
@Nullable
def getNextAny(x$0: Class[_ <: <FromJavaObject>]*): Node

Attributes

Inherited from:
Node
@Nullable
def getNextAnyNot(x$0: Class[_ <: <FromJavaObject>]*): Node

Attributes

Inherited from:
Node
@NotNull

Attributes

Inherited from:
Node
def getNodeOfTypeIndex(x$0: Class[_ <: <FromJavaObject>]*): Int

Attributes

Inherited from:
Node
@Nullable
def getOldestAncestorOfTypeAfter(x$0: Class[_ <: <FromJavaObject>], x$1: Class[_ <: <FromJavaObject>]): Node

Attributes

Inherited from:
Node
@Nullable
def getParent(): Block

Attributes

Inherited from:
Block
@Nullable
def getPrevious(): Node

Attributes

Inherited from:
Node
@Nullable
def getPreviousAny(x$0: Class[_ <: <FromJavaObject>]*): Node

Attributes

Inherited from:
Node
@Nullable
def getPreviousAnyNot(x$0: Class[_ <: <FromJavaObject>]*): Node

Attributes

Inherited from:
Node
@NotNull
def getReversedChildIterator(): ReversiblePeekingIterator[Node]

Attributes

Inherited from:
Node
@NotNull
def getReversedChildren(): ReversiblePeekingIterable[Node]

Attributes

Inherited from:
Node
@NotNull
def getReversedDescendants(): ReversiblePeekingIterable[Node]

Attributes

Inherited from:
Node
@NotNull
def getSegments(): Array[BasedSequence]

Attributes

Inherited from:
BlankLine
@NotNull
def getSegmentsForChars(): Array[BasedSequence]

Attributes

Inherited from:
Node
def getSourceRange(): Range

Attributes

Inherited from:
Node
@NotNull
def getSpanningChars(): BasedSequence

Attributes

Inherited from:
ContentNode

Attributes

Inherited from:
Node

Attributes

Inherited from:
Node

Attributes

Inherited from:
Node

Attributes

Inherited from:
Node

Attributes

Inherited from:
Node

Attributes

Inherited from:
Node
def insertAfter(x$0: Node): Unit

Attributes

Inherited from:
Node
def insertBefore(x$0: Node): Unit

Attributes

Inherited from:
Node
def insertChainAfter(x$0: Node): Unit

Attributes

Inherited from:
Node
def insertChainBefore(x$0: Node): Unit

Attributes

Inherited from:
Node

Attributes

Inherited from:
BlankLine
def isOrDescendantOfType(x$0: Class[_ <: <FromJavaObject>]*): Boolean

Attributes

Inherited from:
Node
def lineColumnAtIndex(x$0: Int): Pair[Integer, Integer]

Attributes

Inherited from:
Node

Attributes

Inherited from:
Node

Attributes

Inherited from:
Node
def prependChild(x$0: Node): Unit

Attributes

Inherited from:
Node

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Node
def setChars(x$0: BasedSequence): Unit

Attributes

Inherited from:
Node

Attributes

Inherited from:
Node

Attributes

Inherited from:
Node

Attributes

Inherited from:
Node
def setClaimedBlankLine(x$0: Block): BlankLine

Attributes

Inherited from:
BlankLine
def setContent(x$0: BlockContent): Unit

Attributes

Inherited from:
ContentNode
def setContent(x$0: List[BasedSequence]): Unit

Attributes

Inherited from:
ContentNode
def setContent(x$0: BasedSequence, x$1: List[BasedSequence]): Unit

Attributes

Inherited from:
ContentNode
def setContentLine(x$0: Int, x$1: BasedSequence): Unit

Attributes

Inherited from:
ContentNode
def setContentLines(x$0: List[BasedSequence]): Unit

Attributes

Inherited from:
ContentNode
def startOfLine(x$0: Int): Int

Attributes

Inherited from:
Node
def takeChildren(x$0: Node): Unit

Attributes

Inherited from:
Node
@NotNull

Attributes

Inherited from:
Node
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
Node