$doc

mdoc.internal.document.DocumentBuilder.$doc
object $doc

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
$doc.type

Members list

Value members

Concrete methods

def binder[A](e: SourceStatement[A], startLine: Int, startColumn: Int, endLine: Int, endColumn: Int)(implicit tprint: TPrint[A]): A
def crash(startLine: Int, startColumn: Int, endLine: Int, endColumn: Int)(thunk: => Any)(implicit tprint: TPrint[CrashResult]): Unit
def endSection(): Unit
def endStatement(): Unit
def position(startLine: Int, startColumn: Int, endLine: Int, endColumn: Int): RangePosition
def startSection(): Unit
def startStatement(startLine: Int, startColumn: Int, endLine: Int, endColumn: Int): Unit