$doc

object $doc
class Object
trait Matchable
class Any
$doc.type

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